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!)
A303071 a(n) = [x^n] (1/(1 - x))*Product_{k>=1} (1 + x^k)^n. 3
1, 2, 6, 23, 90, 362, 1491, 6225, 26242, 111479, 476466, 2046464, 8825559, 38191467, 165751529, 721177328, 3144703234, 13739010855, 60127642329, 263545670385, 1156732481150, 5083320593976, 22364017244278, 98491038664903, 434160710647831, 1915482295831037, 8457663096970431 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] (1/(1 - x))*exp(n*Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 - x^k))).
a(n) = Sum_{j=0..n} A286335(j,n).
a(n) ~ c * d^n / sqrt(n), where d = A270914 = 4.5024767476173544877385939327007... and c = 0.44252758868364961050787771300805... - Vaclav Kotesovec, May 19 2018
MATHEMATICA
Table[SeriesCoefficient[1/(1 - x) Product[(1 + x^k)^n, {k, 1, n}], {x, 0, n}], {n, 0, 26}]
Table[SeriesCoefficient[1/(1 - x) Exp[n Sum[(-1)^(k + 1) x^k/(k (1 - x^k)), {k, 1, n}]], {x, 0, n}], {n, 0, 26}]
CROSSREFS
Sequence in context: A150278 A150279 A150280 * A150281 A220899 A150282
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 18 2018
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 13 20:56 EDT 2024. Contains 372522 sequences. (Running on oeis4.)