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!)
A265949 Expansion of Product_{k>=1} (1 + k^k*x^k). 9
1, 1, 4, 31, 283, 3489, 50913, 890635, 17891170, 409850236, 10494427982, 297780829216, 9261266862273, 313453533534739, 11464487066049791, 450644378868285130, 18942868694407904729, 847930346323808122469, 40266107916200371331007, 2021842180288047801103956 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ n^n * (1 + exp(-1)/n + ((1/2)*exp(-1) + 4*exp(-2))/n^2).
G.f.: exp(Sum_{k>=1} ( Sum_{d|k} (-1)^(k/d + 1)*d^(k+1) ) * x^k/k). - Ilya Gutkovskiy, Nov 08 2018
MAPLE
seq(coeff(series(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+k^k*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
PROG
(PARI) m=30; x='x+O('x^m); Vec(prod(k=1, m, (1+k^k*x^k))) \\ G. C. Greubel, Oct 31 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); Coefficients(R! ( (&*[(1+k^k*x^k): k in [1..m]]) )); // G. C. Greubel, Oct 31 2018
CROSSREFS
Sequence in context: A309184 A077615 A039306 * A081054 A261053 A192407
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 19 2015
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 July 23 18:56 EDT 2024. Contains 374553 sequences. (Running on oeis4.)