A217726 Numbers n such that 6n is a partition number.
5, 7, 132, 167, 406, 934, 6223, 17593, 102359, 681328, 1353044, 2632746, 22205155, 64046056, 473656750, 527187892, 805878645, 1224438252, 3073382220, 5064778663, 7510104097, 17906359911, 23799832655, 114159565156, 303450183442, 557560997283, 662166504898
Offset: 1
Keywords
Examples
5 is in the sequence because 6*5 = 30 and 30 is a partition number: p(9) = A000041(9) = 30.
Crossrefs
Programs
-
Mathematica
Select[PartitionsP[Range[300]], Mod[#, 6] == 0 &]/6 (* T. D. Noe, May 05 2013 *)
Formula
a(j) = A225326(j)/6.
Extensions
a(9)-a(27) from T. D. Noe, May 05 2013
Comments