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!)
A371387 Expansion of (1/x) * Series_Reversion( x * (1-4*x)^3 / (1-x) ). 1
1, 11, 205, 4647, 116873, 3135635, 87924597, 2545845135, 75534363601, 2284439539035, 70166186106333, 2182759455876663, 68630655620066265, 2177561996773904483, 69632831106680348165, 2241852665024904670239, 72608750028928583936673 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} 3^k * binomial(3*n+k+2,k) * binomial(3*n+1,n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serreverse(x*(1-4*x)^3/(1-x))/x)
(PARI) a(n) = sum(k=0, n, 3^k*binomial(3*n+k+2, k)*binomial(3*n+1, n-k))/(n+1);
CROSSREFS
Cf. A371365.
Sequence in context: A091814 A280957 A020518 * A196849 A373348 A196699
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 20 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 4 14:17 EDT 2024. Contains 373994 sequences. (Running on oeis4.)