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!)
A071424 a(n) = a(n-1) + number of decimal digits of n!. Number of decimal digits of concatenation of first n factorials. 0
1, 2, 3, 5, 8, 11, 15, 20, 26, 33, 41, 50, 60, 71, 84, 98, 113, 129, 147, 166, 186, 208, 231, 255, 281, 308, 337, 367, 398, 431, 465, 501, 538, 577, 618, 660, 704, 749, 796, 844, 894, 946, 999, 1054, 1111, 1169, 1229, 1291, 1354, 1419, 1486, 1554, 1624 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[s=s+Length[IntegerDigits[n! ]]; Print[s], {n, 1, 128}]
CROSSREFS
Cf. A058183.
Sequence in context: A096777 A125811 A281706 * A008762 A308823 A363047
KEYWORD
easy,nonn,base
AUTHOR
Labos Elemer, May 27 2002
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 25 09:26 EDT 2024. Contains 371967 sequences. (Running on oeis4.)