OFFSET
0,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
EXAMPLE
a(4)= 56 because there are 56 pentagonal numbers with 4 digits.
MATHEMATICA
nm[n_] := Floor[(1 + Sqrt[1 + 24 n])/6]; Join[{3}, Differences[ Table[nm[10^i], {i, 30}]]] (* Harvey P. Dale, Oct 19 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 13 2006
EXTENSIONS
More terms from Harvey P. Dale, Oct 19 2011
STATUS
approved