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!)
A244061 The number of digits of (2^n)!. 2
1, 1, 2, 5, 14, 36, 90, 216, 507, 1167, 2640, 5895, 13020, 28504, 61937, 133734, 287194, 613842, 1306594, 2771010, 5857670, 12346641, 25955890, 54436999, 113924438, 237949763, 496101303, 1032606162, 2146019444, 4453653132, 9230534755 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
LogBase10Stirling[n_] := Floor[ Log[10, 2 Pi n]/2 + n*Log[10, n/E] + Log[10, 1 + 1/(12 n) + 1/(288 n^2) - 139/(51840 n^3) - 571/(2488320 n^4) + 163879/(209018880 n^5)]]; Table[ LogBase10Stirling[2^n] + 1, {n, 0, 30}]
IntegerLength[(2^Range[0, 30])!] (* Harvey P. Dale, Nov 05 2021 *)
CROSSREFS
Sequence in context: A360031 A244099 A201371 * A297120 A299167 A182890
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Jun 18 2014
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)