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!)
A370280 Coefficient of x^n in the expansion of 1/( (1-x)^2 - x )^n. 1
1, 3, 25, 234, 2305, 23373, 241486, 2527920, 26720529, 284555700, 3048323135, 32812937820, 354619072990, 3845377105794, 41817926091120, 455893204069944, 4980851709418353, 54521955043418925, 597823622561048020, 6564929893462467450, 72189820135528858455 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+k-1,k) * binomial(3*n+k-1,n-k).
The g.f. exp( Sum_{k>=1} a(k) * x^k/k ) has integer coefficients and equals (1/x) * Series_Reversion( x * ((1-x)^2 - x) ).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+k-1, k)*binomial(3*n+k-1, n-k));
CROSSREFS
Cf. A249924.
Sequence in context: A199679 A118726 A066221 * A367786 A332468 A134272
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 13 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 April 30 12:47 EDT 2024. Contains 372134 sequences. (Running on oeis4.)