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!)
A248733 Number of digits in the decimal expansion of the number of partitions of 6^n. 6
1, 2, 5, 14, 37, 94, 236, 584, 1437, 3529, 8654, 21210, 51966, 127302, 311840, 763864, 1871094, 4583243 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A248733 = A055642 o A000041 o A000400. \\ M. F. Hasler, Oct 16 2014
MATHEMATICA
f[n_] := Floor[ Log[10, PartitionsP[ 6^n]] + 1]; Table[ f@n, {n, 0, 17}]
PROG
(Magma) [Floor(Log(10, (NumberOfPartitions(6^n))))+1: n in [0..7]]; // Vincenzo Librandi, Oct 13 2014
(PARI) a(n) = #Str(numbpart(6^n)); \\ Michel Marcus, Oct 16 2014
CROSSREFS
Sequence in context: A186903 A062197 A030016 * A099485 A038990 A355387
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 April 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)