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!)
A372126 G.f. A(x) satisfies A(x) = 1/( 1 - x*A(x)*(1 + 9*x*A(x))^(1/3) ). 1
1, 1, 5, 11, 95, 150, 2688, -111, 98489, -215578, 4416842, -18887063, 230670421, -1356589436, 13381147908, -92724422022, 831047516316, -6277471705749, 53925750947589, -426682784513559, 3602138266461603, -29250145766625450, 245524688963062050 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} 9^(n-k) * binomial(n+k,k) * binomial(k/3,n-k).
PROG
(PARI) a(n) = sum(k=0, n, 9^(n-k)*binomial(n+k, k)*binomial(k/3, n-k))/(n+1);
CROSSREFS
Sequence in context: A353890 A120778 A042761 * A224270 A123025 A053778
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 20 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 September 12 05:07 EDT 2024. Contains 375842 sequences. (Running on oeis4.)