OFFSET
1,2
COMMENTS
Sum of the prime like fractal dimension spectrum.
Again this is a sum of fractal dimensions of unique Prime like sets to the nearest topological dimension.
MATHEMATICA
f[n_]=Log[Prime[n+1]]/Log[n+1] g[n_]=Sum[f[i], {i, 1, n}] digits=200 a=Table[Floor[g[n]], {n, 1, digits}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Dec 10 2003
STATUS
approved