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!)
A023882 Expansion of g.f.: 1/Product_{n>0} (1 - n^n * x^n). 14
1, 1, 5, 32, 304, 3537, 52010, 895397, 18016416, 410889848, 10523505770, 298220329546, 9274349837081, 313761671751672, 11474635626789410, 450964042480390679, 18954785687060988578, 848386888530723146912 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Log of g.f.: Sum_{k>=1} (sigma(k, k+1)/k) x^k, where sigma(k, q) is the sum of the q-th powers of the divisors of k.
a(n) ~ n^n * (1 + exp(-1)/n + (1/2*exp(-1)+5*exp(-2))/n^2). - Vaclav Kotesovec, Dec 19 2015
a(0) = 1 and a(n) = (1/n) * Sum_{k=1..n} A294645(k)*a(n-k) for n > 0. - Seiichi Manyama, Nov 09 2017
MAPLE
seq(coeff(series(1/mul(1-k^k*x^k, k=1..n), x, n+1), x, n), n = 0 .. 20); # Muniru A Asiru, Oct 31 2018
MATHEMATICA
nmax=20; CoefficientList[Series[Product[1/(1-k^k*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 19 2015 *)
PROG
(PARI) m=20; x='x+O('x^m); Vec(prod(k=1, m, 1/(1-k^k*x^k))) \\ G. C. Greubel, Oct 30 2018
(Magma) m:=20; R<x>:=PowerSeriesRing(Rationals(), m); Coefficients(R! ( (&*[1/(1-k^k*x^k): k in [1..m]]) )); // G. C. Greubel, Oct 30 2018
CROSSREFS
Sequence in context: A104031 A294957 A363397 * A109780 A093448 A094653
KEYWORD
nonn
AUTHOR
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 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)