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!)
A063414 Number of digits in prime(n)! (A039716). 1
1, 1, 3, 4, 8, 10, 15, 18, 23, 31, 34, 44, 50, 53, 60, 70, 81, 84, 95, 102, 106, 117, 125, 137, 152, 160, 164, 173, 177, 185, 214, 222, 235, 239, 261, 265, 279, 292, 301, 314, 328, 332, 355, 359, 369, 373, 401, 429, 438, 443, 452, 467, 471, 495, 510, 524, 539 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
[seq(floor(log10(factorial(ithprime(i))))+1, i = 1 .. 100)]; # César Eliud Lozada, Nov 23 2014
PROG
(PARI) a(n)=#digits(prime(n)!); \\ Joerg Arndt, Nov 23 2014
CROSSREFS
Cf. A039716.
Sequence in context: A030497 A080085 A182276 * A265611 A310009 A226088
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Oct 06 2001
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 June 20 18:51 EDT 2024. Contains 373532 sequences. (Running on oeis4.)