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!)
A372108 G.f. A(x) satisfies A(x) = 1/( 1 - 9*x/(1 - x*A(x)) )^(1/3). 0
1, 3, 21, 174, 1569, 14898, 146541, 1479198, 15231207, 159338433, 1688597850, 18089117742, 195559863960, 2130853276767, 23377139412366, 258005735979357, 2862644731044960, 31912076884938312, 357256970492137149, 4014802252108301061, 45274175730663116394 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 9^k * binomial(n/3+2*k/3-2/3,k) * binomial(n-1,n-k)/(n-k+1).
PROG
(PARI) a(n) = sum(k=0, n, 9^k*binomial(n/3+2*k/3-2/3, k)*binomial(n-1, n-k)/(n-k+1));
CROSSREFS
Cf. A372089.
Sequence in context: A228923 A287995 A257675 * A195105 A285272 A295541
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 19 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 July 25 14:35 EDT 2024. Contains 374609 sequences. (Running on oeis4.)