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!)
A360991 Expansion of e.g.f. exp(exp(x) - 1 + x^2/2). 1
1, 1, 3, 8, 30, 117, 533, 2599, 13919, 79620, 487810, 3167265, 21744187, 157020697, 1189321019, 9417789650, 77774264012, 668233623419, 5961395449795, 55117233908411, 527263186773227, 5210880621612366, 53130216638022540, 558176360466846439 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = a(1) = 1; a(n) = (n-1) * a(n-2) + Sum_{k=1..n} binomial(n-1,k-1) * a(n-k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(exp(x)-1+x^2/2)))
CROSSREFS
Sequence in context: A148888 A151440 A213860 * A361135 A348662 A162560
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Mar 14 2023
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 19 14:04 EDT 2024. Contains 371792 sequences. (Running on oeis4.)