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!)
A371394 Expansion of (1/x) * Series_Reversion( x * (1-x) / (1+3*x)^3 ). 1
1, 10, 137, 2174, 37562, 686004, 13027065, 254641398, 5089756958, 103552330700, 2137385941418, 44647634773420, 942085264713556, 20050276273007080, 429913404536172633, 9278142975370425510, 201383222768034837750, 4393265621094818733660 (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+1),k) * binomial(2*n-k,n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serreverse(x*(1-x)/(1+3*x)^3)/x)
(PARI) a(n) = sum(k=0, n, 3^k*binomial(3*(n+1), k)*binomial(2*n-k, n-k))/(n+1);
CROSSREFS
Cf. A365816.
Sequence in context: A096619 A276131 A003377 * A230344 A348137 A318594
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 August 28 23:11 EDT 2024. Contains 375508 sequences. (Running on oeis4.)