Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A370097 a(n) = Sum_{k=0..n} binomial(3*n,k) * binomial(3*n-k-1,n-k). 1
1, 5, 49, 545, 6401, 77505, 956929, 11976193, 151388161, 1928363009, 24712450049, 318255628289, 4115300220929, 53396370030593, 694845537386497, 9064787191660545, 118516719269445633, 1552528215946035201, 20372392543502991361, 267736366910401413121 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] ( (1+x)^3/(1-x)^2 )^n.
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/(1+x)^3 ). See A365842.
PROG
(PARI) a(n) = sum(k=0, n, binomial(3*n, k)*binomial(3*n-k-1, n-k));
CROSSREFS
Cf. A365842.
Sequence in context: A212818 A195206 A081474 * A274671 A371364 A112241
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 10 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 6 10:36 EDT 2024. Contains 374969 sequences. (Running on oeis4.)