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

A316718
Expansion of Product_{k=1..6} (1+x^(2*k-1))/(1-x^(2*k)).
6
1, 1, 1, 2, 3, 4, 5, 7, 10, 13, 16, 21, 28, 34, 41, 52, 65, 78, 93, 113, 137, 162, 189, 224, 266, 308, 355, 414, 480, 549, 626, 717, 820, 928, 1045, 1183, 1337, 1496, 1670, 1871, 2091, 2321, 2571, 2853, 3161, 3484, 3830, 4218, 4640, 5078, 5549, 6072, 6633, 7219
OFFSET
0,4
LINKS
PROG
(PARI) N=99; x='x+O('x^N); Vec(prod(k=1, 6, (1+x^(2*k-1))/(1-x^(2*k))))
CROSSREFS
Product_{k=1..b} (1+x^(2*k-1))/(1-x^(2*k)): A000012 (b=1), A004525(n+1) (b=2), A000933(n+5) (b=3), A089597 (b=4), A014670 (b=5), this sequence (b=6), A316719 (b=7), A316720 (b=8), A316721 (b=9), A316722 (b=10).
Cf. A316675.
Sequence in context: A014670 A036034 A280949 * A316719 A316720 A316721
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 11 2018
STATUS
approved