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”).

A275073
Number of set partitions of [n] such that i-j is a multiple of six for all i,j belonging to the same block.
2
1, 1, 1, 1, 1, 1, 1, 2, 4, 8, 16, 32, 64, 160, 400, 1000, 2500, 6250, 15625, 46875, 140625, 421875, 1265625, 3796875, 11390625, 39487500, 136890000, 474552000, 1645113600, 5703060480, 19770609664, 77181418496, 301304383744, 1176245959616, 4591883265424
OFFSET
0,8
LINKS
FORMULA
a(n) = Product_{i=0..5} A000110(floor((n+i)/6)).
EXAMPLE
a(9) = 8: 17|28|39|4|5|6, 17|28|3|4|5|6|9, 17|2|39|4|5|6|8, 17|2|3|4|5|6|8|9, 1|28|39|4|5|6|7, 1|28|3|4|5|6|7|9, 1|2|39|4|5|6|7|8, 1|2|3|4|5|6|7|8|9.
CROSSREFS
Column k=6 of A275069.
Cf. A000110.
Sequence in context: A006211 A180209 A344493 * A264701 A195904 A101333
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 15 2016
STATUS
approved