Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #17 May 12 2013 11:44:48
%S 5,7,132,167,406,934,6223,17593,102359,681328,1353044,2632746,
%T 22205155,64046056,473656750,527187892,805878645,1224438252,
%U 3073382220,5064778663,7510104097,17906359911,23799832655,114159565156,303450183442,557560997283,662166504898
%N Numbers n such that 6n is a partition number.
%F a(j) = A225326(j)/6.
%e 5 is in the sequence because 6*5 = 30 and 30 is a partition number: p(9) = A000041(9) = 30.
%t Select[PartitionsP[Range[300]], Mod[#, 6] == 0 &]/6 (* _T. D. Noe_, May 05 2013 *)
%Y Cf. A000041, A213179, A213365, A216258, A217725, A222175, A222178, A222179, A225317, A225323, A225326.
%K nonn
%O 1,1
%A _Omar E. Pol_, May 05 2013
%E a(9)-a(27) from _T. D. Noe_, May 05 2013