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!)
A360988 E.g.f. satisfies A(x) = exp(x * A(-x)^3). 3
1, 1, -5, -44, 829, 14656, -488897, -13063616, 629051449, 22531502080, -1420908901469, -63859764079616, 4983153798630709, 269501734545522688, -25073583375908431769, -1585437525801020801024, 171326697778165116452977, 12401692280007001315999744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*n - 3*k + 1)^(k-1) * (-3*k)^(n-k) * binomial(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (3*n-3*k+1)^(k-1)*(-3*k)^(n-k)*binomial(n, k));
CROSSREFS
Sequence in context: A301655 A048940 A218375 * A058792 A374583 A113948
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 27 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 9 05:47 EDT 2024. Contains 375027 sequences. (Running on oeis4.)