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!)
A371393 Expansion of (1/x) * Series_Reversion( x * (1-x) / (1+3*x)^2 ). 1
1, 7, 65, 695, 8081, 99303, 1268961, 16694295, 224617265, 3076621127, 42757939841, 601443961207, 8546453367505, 122502619954855, 1769134504184865, 25716831677125335, 375988660156913265, 5525224188936386055, 81565308431025658305, 1209038650866275440695 (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+1),k) * binomial(2*n-k,n-k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x)/(1+3*x)^2)/x)
(PARI) a(n) = sum(k=0, n, 3^k*binomial(2*(n+1), k)*binomial(2*n-k, n-k))/(n+1);
CROSSREFS
Cf. A064087.
Sequence in context: A083302 A099342 A051550 * A355163 A300488 A085283
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 21 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 18:36 EDT 2024. Contains 375954 sequences. (Running on oeis4.)