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!)
A032309 "EFK" (unordered, size, unlabeled) transform of 2,4,6,8,... 3
1, 2, 4, 14, 20, 50, 112, 190, 328, 666, 1340, 2038, 3740, 5954, 10792, 19542, 30048, 48290, 80164, 124694, 204484, 347610, 515184, 810750, 1240296, 1932722, 2887820, 4557838, 7126652, 10463330, 15768168, 23499934 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
C. G. Bower, Transforms (2)
FORMULA
G.f.: Product_{k >= 1} (1 + 2*k*x^k).
MATHEMATICA
nmax=40; CoefficientList[Series[Product[(1+2*k*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 19 2015 *)
PROG
(PARI) seq(n)={Vec(prod(k=1, n, 1 + 2*k*x^k + O(x*x^n)))} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A342605 A032398 A245764 * A008519 A243934 A071865
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 20 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 April 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)