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!)
A292419 a(n) = [x^n] Product_{k>=1} (1 + n*x^k) / (1 - n*x^k). 3
1, 2, 12, 96, 872, 9960, 138180, 2298016, 44686224, 995739498, 24993249820, 697309946784, 21396151468536, 715827315312200, 25926440773118340, 1010478298772398080, 42162515927954808352, 1875027040759682964144, 88527520717734462201756, 4422273966757678408594560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A291698 and A124577.
LINKS
FORMULA
a(n) ~ 2 * n^n * (1 + 2/n + 4/n^2 + 8/n^3 + 14/n^4 + 24/n^5 + 40/n^6 + 64/n^7 + 100/n^8 + 154/n^9 + 232/n^10), for coefficients see A015128.
MATHEMATICA
nmax = 25; Table[SeriesCoefficient[Product[(1+n*x^k)/(1-n*x^k), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]
PROG
(PARI) {a(n)= polcoef(prod(k=1, n, ((1+n*x^k)/(1-n*x^k) +x*O(x^n))), n)};
for(n=0, 20, print1(a(n), ", ")) \\ G. C. Greubel, Feb 02 2019
CROSSREFS
Sequence in context: A306258 A052691 A371040 * A322543 A213422 A307103
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 16 2017
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)