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!)

Revision History for A183205

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A183205 a(n) = [x^n] (1-x)^(3n+1)/(n+1) * Sum_{k>=0} C(n+k-1,k)^3*x^k.
(history; published version)
#7 by Andrey Zabolotskiy at Sat Apr 23 16:21:30 EDT 2022
STATUS

editing

approved

#6 by Andrey Zabolotskiy at Sat Apr 23 16:21:26 EDT 2022
NAME

a(n) = [x^n] (1-x)^(3n+1)/(n+1) * Sum_{k>=0} C(n+k-1,k)^3*x^k.

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

Cf. A181544, A183204.

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:37:23 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Dec 30 2010

Discussion
Fri Mar 30 18:37
OEIS Server: https://oeis.org/edit/global/213
#4 by T. D. Noe at Thu Dec 30 12:36:19 EST 2010
STATUS

reviewed

approved

#3 by Joerg Arndt at Thu Dec 30 04:33:16 EST 2010
STATUS

proposed

reviewed

#2 by Paul D. Hanna at Thu Dec 30 03:56:22 EST 2010
NAME

allocated for Paul D. Hanna

a(n) = [x^n] (1-x)^(3n+1)/(n+1) * Sum_{k>=0} C(n+k-1,k)^3*x^k.

DATA

1, 2, 16, 190, 2768, 45584, 814728, 15439974, 305760400, 6265985440, 131980086368, 2843029539376, 62400628835608, 1391503990134080, 31454839290752912, 719470742267557110, 16627360903974831120, 387786053931422003360

OFFSET

0,2

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

Cf. A181544, A183204.

KEYWORD

allocated

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 30 2010

STATUS

approved

proposed

#1 by Paul D. Hanna at Thu Dec 30 03:48:42 EST 2010
NAME

allocated for Paul D. Hanna

KEYWORD

allocated

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 2 03:23 EDT 2024. Contains 374822 sequences. (Running on oeis4.)