A225317 Numbers k such that 10k is a partition number.
3, 49, 301, 1231, 71522, 83182, 174163, 232352, 708950, 1384865, 2654366, 9266972, 13323093, 27124895, 54194624, 184434956, 284194050, 435107860, 483527187, 537131540, 1001558168, 1844029332, 3702735520, 6035667328, 14279899593, 27476861713, 39712507475, 43515769783, 47671585729, 62584675312
Offset: 1
Keywords
Examples
3 is in the sequence because 10*3 = 30 and 30 is a partition number: p(9) = A000041(9) = 30.
Crossrefs
Programs
-
Mathematica
Select[PartitionsP[Range[300]], Mod[#, 10] == 0 &]/10 (* T. D. Noe, May 05 2013 *)
Formula
a(j) = A127544(j)/10.
Comments