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!)
A363356 E.g.f. satisfies A(x) = exp(x * A(x) * (1 + x * A(x)^3)). 1
1, 1, 5, 52, 821, 17536, 473497, 15476224, 594230345, 26221431808, 1307680266221, 72739285725184, 4465197522732157, 299855584017743872, 21867349264346912705, 1721013285639521959936, 145394112130209844644113, 13123788855563296766427136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (3*n-2*k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (3*n-2*k+1)^(k-1)*binomial(k, n-k)/k!);
CROSSREFS
Cf. A365013.
Sequence in context: A071583 A099881 A280063 * A365012 A367165 A357346
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 17 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 May 4 00:44 EDT 2024. Contains 372225 sequences. (Running on oeis4.)