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!)
A371547 Expansion of e.g.f. Product_{k>=1} 1 / (1 - 2*x^k/k). 1
1, 2, 10, 64, 548, 5608, 68936, 973600, 15700352, 283559424, 5685644928, 125227712256, 3007981305600, 78237291643392, 2191215982262784, 65744691667064832, 2103999919044163584, 71538799576401408000, 2575460412946013810688, 97868678834373255069696, 3914776163575281528889344 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * 2^n * n!, where c = Product_{k>=2} 1/(1 - 2^(1-k)/k) = 1.5345676172355916355224667976662106649465582052467986508967405417359... - Vaclav Kotesovec, Mar 28 2024
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1 - 2 x^k/k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A361407 A323666 A318814 * A130721 A167449 A064170
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 14 12:38 EDT 2024. Contains 372533 sequences. (Running on oeis4.)