The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A248731 Number of digits in the decimal expansion of the number of partitions of 5^n. 5
1, 1, 4, 10, 25, 58, 135, 306, 690, 1550, 3474, 7776, 17398, 38912, 87022, 194598, 435148, 973034, 2175785 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
f[n_] := Floor[ Log[10, PartitionsP[ 5^n]] + 1]; Table[ f@n, {n, 0, 30}]
IntegerLength[PartitionsP[5^Range[0, 18]]] (* Harvey P. Dale, Sep 10 2021 *)
PROG
(Magma) [Floor(Log(10, (NumberOfPartitions(5^n))))+1: n in [0..8]]; // Vincenzo Librandi, Oct 13 2014
(PARI) a(n) = #Str(numbpart(5^n)); \\ Michel Marcus, Oct 16 2014
CROSSREFS
Sequence in context: A113412 A227712 A159297 * A279101 A276599 A281867
KEYWORD
nonn,base,more
AUTHOR
Robert G. Wilson v, Oct 12 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 June 11 22:18 EDT 2024. Contains 373317 sequences. (Running on oeis4.)