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!)
A369623 Expansion of (1/x) * Series_Reversion( x / (1/(1-x)^3 + x^3) ). 2
1, 3, 15, 92, 624, 4509, 34033, 265164, 2116560, 17219068, 142252608, 1190173956, 10064038469, 85873044573, 738446318232, 6393218956733, 55680130965252, 487488352916496, 4288083926110045, 37878037865662422, 335859658273133355, 2988274511990407436 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(n+1,k) * binomial(4*n-6*k+2,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x/(1/(1-x)^3+x^3))/x)
(PARI) a(n) = sum(k=0, n\3, binomial(n+1, k)*binomial(4*n-6*k+2, n-3*k))/(n+1);
CROSSREFS
Cf. A369600.
Sequence in context: A159928 A020018 A124553 * A366053 A369114 A020108
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 27 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 15 22:11 EDT 2024. Contains 375959 sequences. (Running on oeis4.)