The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A371548 Expansion of e.g.f. Product_{k>=1} (1 + 2*x^k/k). 1
1, 2, 2, 16, 44, 248, 2136, 13536, 116448, 1075392, 13066560, 136385280, 1811975040, 23777683200, 354509003520, 5632664970240, 93712140103680, 1631567291719680, 30968760551178240, 605247894280028160, 12515132360676556800, 274444506310599475200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ n! * n / (2*exp(2*gamma)), where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, Mar 28 2024
MATHEMATICA
nmax = 21; CoefficientList[Series[Product[(1 + 2 x^k/k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A076615 A098777 A127226 * A001119 A216387 A062282
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 27 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 01:31 EDT 2024. Contains 372536 sequences. (Running on oeis4.)