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!)
A371407 Expansion of (1/x) * Series_Reversion( x / ( (1+x)^2 * (1+3*x)^2 ) ). 0
1, 8, 86, 1064, 14289, 202488, 2980380, 45122792, 698214548, 10993069856, 175546104958, 2836384141720, 46285381498750, 761735217877200, 12628402069223160, 210704642400488040, 3535494883741420908, 59621314428576557664, 1009942893735988354296 (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+1),n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serreverse(x/((1+x)^2*(1+3*x)^2))/x)
(PARI) a(n) = sum(k=0, n, 3^k*binomial(2*(n+1), k)*binomial(2*(n+1), n-k))/(n+1);
CROSSREFS
Sequence in context: A180582 A230621 A357420 * A369505 A268052 A268075
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 7 19:14 EDT 2024. Contains 375749 sequences. (Running on oeis4.)