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!)
A183205 a(n) = [x^n] (1-x)^(3n+1)/(n+1) * Sum_{k>=0} C(n+k-1,k)^3*x^k. 2
1, 2, 16, 190, 2768, 45584, 814728, 15439974, 305760400, 6265985440, 131980086368, 2843029539376, 62400628835608, 1391503990134080, 31454839290752912, 719470742267557110, 16627360903974831120, 387786053931422003360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A183204(n)/(n+1), where A183204 equals the central terms of triangle A181544.
PROG
(PARI) {a(n)=polcoeff((1-x)^(3*n+1)/(n+1)*sum(j=0, 2*n, binomial(n+j, j)^3*x^j), n)}
CROSSREFS
Sequence in context: A291816 A123898 A118644 * A006335 A273591 A292347
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 30 2010
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 24 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)