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!)
A371989 G.f. A(x) satisfies A(x) = ( 1 + 9*x*A(x)*(1 + A(x)) )^(1/3). 1
1, 6, 18, -18, -270, 486, 7938, -17010, -290142, 676998, 11852082, -29091474, -518183406, 1315388646, 23720180130, -61672468338, -1122411776958, 2971089997830, 54459919690578, -146181889695762, -2694816626063310, 7314502270743270, 135469313469987138 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 9^n * Sum_{k=0..n} binomial(n,k) * binomial(n/3+k/3+1/3,n)/(n+k+1).
PROG
(PARI) a(n) = 9^n*sum(k=0, n, binomial(n, k)*binomial(n/3+k/3+1/3, n)/(n+k+1));
CROSSREFS
Cf. A371681.
Sequence in context: A223218 A077630 A361730 * A045857 A074791 A093106
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 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 1 00:14 EDT 2024. Contains 375575 sequences. (Running on oeis4.)