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!)
A372105 G.f. A(x) satisfies A(x) = 1/( 1 - 9*x*A(x)/(1-x) )^(1/3). 0
1, 3, 30, 372, 5187, 77682, 1220421, 19842492, 331047138, 5635390827, 97491744102, 1709067567387, 30293505154362, 542010120629052, 9775907758416999, 177556754470826046, 3244682279388126576, 59614554914471797482, 1100573677912355195313 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 9^k * binomial(4*k/3-2/3,k) * binomial(n-1,n-k)/(k+1).
PROG
(PARI) a(n) = sum(k=0, n, 9^k*binomial(4*k/3-2/3, k)*binomial(n-1, n-k)/(k+1));
CROSSREFS
Sequence in context: A365152 A372087 A357770 * A372091 A372110 A354659
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 18 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 August 14 14:46 EDT 2024. Contains 375165 sequences. (Running on oeis4.)