proposed
proposed
editing
a[n_] := Floor[2^(n/(Floor[n*Log[2]/Log[Prime[n]]]))]; Table[ a[n], {n, 1, 60}]
proposed
editing
Floor(2^(n /{Floor(n*log(2)/log(Prime(n)))} )).
approved
editing
The sequence comes from the relationship of the primes to powers of two: in Sierpinski gasket sets the number s(n)=log(prime(n))/log(2) is the Moran dimension of unique fractal types. I first thought of making numbers that take these to integers by multiplication. And then of using integers of those to make other integers as powers of two that were prime like.
approved
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jul 30 2002
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 31 2002
a[n_] := Floor[2^(n/(Floor[n*Log[2]/Log[Prime[n]]]))]; Table[ a[n], {n, 1, 60}]
nonn,new