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!)
A365175 E.g.f. satisfies A(x) = 1 + x*A(x)^4*exp(x*A(x)). 2
1, 1, 10, 189, 5476, 215145, 10701006, 644909503, 45687408712, 3721382812305, 342689189598010, 35206864089944151, 3992473080042706524, 495361299387667990537, 66752437447119717428422, 9708649781691227748131535, 1515863453268825963300368656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} k^(n-k) * binomial(n+3*k+1,k)/( (n+3*k+1)*(n-k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(n+3*k+1, k)/((n+3*k+1)*(n-k)!));
CROSSREFS
Sequence in context: A211102 A121973 A223146 * A239765 A006409 A173813
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 June 29 18:23 EDT 2024. Contains 373855 sequences. (Running on oeis4.)