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!)
A032316 "EGJ" (unordered, element, labeled) transform of 1,3,5,7... 7
1, 1, 3, 14, 45, 284, 1570, 9267, 70189, 496232, 4010526, 34481105, 308516868, 2926837289, 29200525341, 307118111601, 3309789462677, 37814191683984, 445615694701030, 5424871661765829, 68774736287172136, 898086216694079703, 12111344019974440847 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
C. G. Bower, Transforms (2)
FORMULA
E.g.f: Product_{k > 0} (1 + x^k/k!)^(2*k-1). - Andrew Howroyd, Sep 11 2018
PROG
(PARI) seq(n)={Vec(serlaplace(prod(k=1, n, (1 + x^k/k! + O(x*x^n))^(2*k-1))))} \\ Andrew Howroyd, Sep 11 2018
CROSSREFS
Sequence in context: A261481 A059672 A302225 * A032225 A032150 A032055
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended and terms a(21) and beyond from Andrew Howroyd, Sep 11 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)