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!)
A371386 Expansion of (1/x) * Series_Reversion( x * (1-4*x)^2 / (1-x) ). 1
1, 7, 89, 1391, 24209, 450231, 8759337, 176071263, 3627907745, 76217773799, 1626477863801, 35158334302927, 768222871584817, 16940297062253719, 376507441510456905, 8425543117906277055, 189683436162271517505, 4293057440192560395207 (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(2*n+k+1,k) * binomial(2*n,n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serreverse(x*(1-4*x)^2/(1-x))/x)
(PARI) a(n) = sum(k=0, n, 3^k*binomial(2*n+k+1, k)*binomial(2*n, n-k))/(n+1);
CROSSREFS
Cf. A371364.
Sequence in context: A069661 A069662 A359646 * A295543 A062747 A099719
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 August 28 23:11 EDT 2024. Contains 375508 sequences. (Running on oeis4.)