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!)
A362238 Expansion of e.g.f.: 1/(1 - x*(1+x)^x). 2
1, 1, 2, 12, 60, 460, 3900, 39438, 456288, 5896224, 85230000, 1349017560, 23353941600, 437432418696, 8828284404576, 190867622500800, 4401749312069760, 107859517575659520, 2798352667710645120, 76636669899079699776, 2209235394261812751360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{i=0..n} Sum_{j=0..n-i} i^j * Stirling1(n-i-j,j)/(n-i-j)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-x*(1+x)^x)))
CROSSREFS
Sequence in context: A364283 A360590 A362244 * A372986 A190425 A145630
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 12 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 July 19 03:15 EDT 2024. Contains 374388 sequences. (Running on oeis4.)