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

A270664
E.g.f.: Product_{k>=1} (1 + tanh(x^k)).
9
1, 1, 2, 10, 48, 336, 2400, 22240, 220416, 2496256, 30286080, 411725568, 6004838400, 94609106944, 1588301524992, 28577718427648, 546685777182720, 11027370474504192, 234498341381603328, 5253826506085629952, 123695389756163358720, 3039894623920125116416
OFFSET
0,3
MATHEMATICA
nmax = 25; Range[0, nmax]! * CoefficientList[Series[Product[(1+Tanh[x^k]), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 21 2016
STATUS
approved