The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371404 Expansion of (1/x) * Series_Reversion( x / ( (1+x) * (1+3*x)^2 ) ). 0
1, 7, 64, 667, 7513, 89092, 1095832, 13852195, 178855075, 2348744095, 31273438804, 421224534100, 5728966150924, 78569975545432, 1085350298162608, 15087689038165555, 210907141968410071, 2962825568825439349, 41806163408065511032, 592244891188614804643 (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(n+1,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(n+1, n-k))/(n+1);
CROSSREFS
Sequence in context: A301424 A288690 A362726 * A213515 A349333 A293470
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 June 3 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)