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

%I #11 Sep 08 2022 08:46:10

%S 1,1,4,10,25,58,135,306,690,1550,3474,7776,17398,38912,87022,194598,

%T 435148,973034,2175785

%N Number of digits in the decimal expansion of the number of partitions of 5^n.

%t f[n_] := Floor[ Log[10, PartitionsP[ 5^n]] + 1]; Table[ f@n, {n, 0, 30}]

%t IntegerLength[PartitionsP[5^Range[0,18]]] (* _Harvey P. Dale_, Sep 10 2021 *)

%o (Magma) [Floor(Log(10,(NumberOfPartitions(5^n))))+1: n in [0..8]]; // _Vincenzo Librandi_, Oct 13 2014

%o (PARI) a(n) = #Str(numbpart(5^n)); \\ _Michel Marcus_, Oct 16 2014

%Y Cf. A129490, A248729, A248733, A248735, A077644, A248736, A248730.

%K nonn,base,more

%O 0,3

%A _Robert G. Wilson v_, Oct 12 2014

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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)