OFFSET
0,2
FORMULA
MATHEMATICA
f[n_] := Floor[ Log[10, PartitionsP[ 7^n]] + 1]; Table[ f@n, {n, 0, 15}]
IntegerLength[PartitionsP[7^#]]&/@Range[0, 15] (* Harvey P. Dale, Apr 27 2015 *)
PROG
(Magma) [Floor(Log(10, (NumberOfPartitions(7^n))))+1: n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
(PARI) a(n) = #Str(numbpart(7^n)); \\ Michel Marcus, Oct 16 2014
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Robert G. Wilson v, Oct 12 2014
STATUS
approved