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!)
A371046 E.g.f. satisfies A(x) = 1 + x^3*A(x)^2*exp(x*A(x)). 2
1, 0, 0, 6, 24, 60, 1560, 25410, 242256, 3508344, 85882320, 1724406750, 32784999720, 839182482996, 24162605028744, 659439484706730, 19415319297457440, 658935736181053680, 23245444335085544736, 835819877947421773494, 32462532011236141677240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} k^(n-3*k) * binomial(n-k+1,k)/( (n-k+1)*(n-3*k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, k^(n-3*k)*binomial(n-k+1, k)/((n-k+1)*(n-3*k)!));
CROSSREFS
Cf. A365286.
Sequence in context: A371159 A371199 A362703 * A371019 A370985 A101854
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 09 2024
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 August 8 12:42 EDT 2024. Contains 375021 sequences. (Running on oeis4.)