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!)
A370480 G.f. satisfies A(x) = ( 1 + x * (A(x)^(1/3) / (1-x))^2 )^3. 2
1, 3, 15, 73, 360, 1800, 9112, 46632, 240936, 1255336, 6589080, 34811784, 184990568, 988156872, 5303039256, 28579068520, 154605138984, 839272725864, 4570409517848, 24961191298248, 136688674353000, 750355591919240, 4128471397725336, 22762905189252264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: B(x)^3 where B(x) is the g.f. of A006319.
a(n) = 3 * Sum_{k=0..n} binomial(2*k+3,k) * binomial(n+k-1,n-k)/(2*k+3).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec((1+x*((1-x-sqrt(1-6*x+x^2))/(2*x))^2)^3)
(PARI) a(n, r=3, s=2, t=2, u=0) = r*sum(k=0, n, binomial(t*k+u*(n-k)+r, k)*binomial(n+(s-1)*k-1, n-k)/(t*k+u*(n-k)+r));
CROSSREFS
Sequence in context: A156019 A145839 A232289 * A055837 A124543 A007142
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 31 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 1 16:48 EDT 2024. Contains 374818 sequences. (Running on oeis4.)