login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Numbers k such that 10k is a partition number.
11

%I #15 Jan 20 2024 18:47:11

%S 3,49,301,1231,71522,83182,174163,232352,708950,1384865,2654366,

%T 9266972,13323093,27124895,54194624,184434956,284194050,435107860,

%U 483527187,537131540,1001558168,1844029332,3702735520,6035667328,14279899593,27476861713,39712507475,43515769783,47671585729,62584675312

%N Numbers k such that 10k is a partition number.

%C Partition numbers ending in 10 divided by 10.

%F a(j) = A127544(j)/10.

%e 3 is in the sequence because 10*3 = 30 and 30 is a partition number: p(9) = A000041(9) = 30.

%t Select[PartitionsP[Range[300]], Mod[#, 10] == 0 &]/10 (* _T. D. Noe_, May 05 2013 *)

%Y Cf. A000041, A127544, A213179, A213365, A216258, A217725, A217726, A222175, A222178, A222179, A225323.

%K nonn

%O 1,1

%A _Omar E. Pol_, May 05 2013