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!)
A364979 E.g.f. satisfies A(x) = 1 + x*exp(x*A(x)^3). 2
1, 1, 2, 21, 220, 3545, 70566, 1702267, 48438104, 1582227873, 58475787850, 2410935939731, 109728296017572, 5464423604085745, 295562179335075758, 17255009243888243115, 1081438061864539992496, 72422934220506772042817, 5161269584065131270532242 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} k^(n-k) * binomial(3*n-3*k+1,k)/( (3*n-3*k+1)*(n-k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(3*n-3*k+1, k)/((3*n-3*k+1)*(n-k)!));
CROSSREFS
Sequence in context: A163068 A109684 A292134 * A137287 A155872 A323478
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 15 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 August 18 23:41 EDT 2024. Contains 375284 sequences. (Running on oeis4.)