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!)
A032300 "EFJ" (unordered, size, labeled) transform of 1,3,5,7,... 3
1, 1, 3, 14, 27, 194, 1280, 4087, 17899, 177410, 1829004, 6191393, 39601452, 221669681, 3187238613, 46728961697, 184114626107, 1217996265362, 8854410188516, 68536459359829, 1305896806285888, 26706311366603507, 116616474061307483, 879466953545771963 (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 + (2*k-1)*x^k/k!). - Andrew Howroyd, Sep 11 2018
PROG
(PARI) seq(n)={Vec(serlaplace(prod(k=1, n, 1 + (2*k-1)*x^k/k! + O(x*x^n))))} \\ Andrew Howroyd, Sep 11 2018
CROSSREFS
Sequence in context: A302758 A063098 A297433 * A032212 A032137 A032041
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended and terms a(22) 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 May 3 16:44 EDT 2024. Contains 372221 sequences. (Running on oeis4.)