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!)
A068398 Number of digits in (2^n)*(n!). 1
1, 1, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 17, 19, 20, 22, 23, 25, 27, 28, 30, 32, 33, 35, 37, 38, 40, 42, 44, 46, 47, 49, 51, 53, 55, 57, 59, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 103, 105, 107, 109, 111, 113, 115, 117, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = floor(log(n!*2^n)/log(10)) + 1.
a(n) = A055642(A000165(n)). - Michel Marcus, Oct 23 2020
PROG
(PARI) a(n) = log(n!*2^n)\log(10) + 1; \\ Michel Marcus, Oct 23 2020
CROSSREFS
Sequence in context: A336109 A091208 A353202 * A293168 A133194 A177989
KEYWORD
nonn,base
AUTHOR
Benoit Cloitre, Mar 01 2002
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Oct 23 2020
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 March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)