login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113015 Number of decimal digits in B(10^n) where B(k) is the k-th Bell number. 3
1, 6, 116, 1928, 27665, 364472, 4547586, 54670463, 639838113, 7338610159, 82857366967 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Bell Number
FORMULA
a(n) ~ 10^n * n. - Charles R Greathouse IV, Aug 11 2011
MATHEMATICA
f[n_] := Sum[ StirlingS2[n, k], {k, n}]; Table[ Length[ IntegerDigits[ f[10^n]]], {n, 0, 4}] (* Robert G. Wilson v, Oct 12 2005 *)
CROSSREFS
Cf. A000110.
Sequence in context: A003425 A052465 A229582 * A362765 A024275 A287652
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Oct 10 2005
EXTENSIONS
a(5)-a(10) from Charles R Greathouse IV, Aug 11 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)