login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066802 Binomial(6*n,3*n). 4
20, 924, 48620, 2704156, 155117520, 9075135300, 538257874440, 32247603683100, 1946939425648112, 118264581564861424, 7219428434016265740, 442512540276836779204, 27217014869199032015600 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For the trisection of a sequence (here A000984) given by its real o.g.f. see a comment and a reference under A187357.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

FORMULA

a(n)=sum_{0<=i, j, k<=n} binomial(n, i)*binomial(n, j)*binomial(n, k)*binomial(3n, i+j+k) - Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 08 2005

O.g.f.(with a(0):=1): (cb(x^(1/3)) + sqrt(2)*P(x^(1/3))*sqrt(1/P(x^(1/3))+1+2*x^(1/3)))/3, with cb(x):=1/sqrt(1-4*x) (o.g.f. of A000984) and P(x):=P(-1/2,4*x)= 1/sqrt(1+4*x+16*x^2) (o.g.f. of A116091, with P(x,z) the o.g.f. of the Legendre polynomials). W. Lang, (wolfdieter.lang(AT)kit.edu) Mar 24 2011.

PROG

(PARI) { for (n=1, 100, write("b066802.txt", n, " ", binomial(6*n, 3*n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Mar 28 2010]

CROSSREFS

A187364 binomial(2(3n+1),3n+1)/2, A187365 binomial(2(3n+2),3n+2)/3!.

Sequence in context: A117798 A006424 A113102 * A066798 A072035 A069578

Adjacent sequences:  A066799 A066800 A066801 * A066803 A066804 A066805

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 18 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 10:56 EST 2012. Contains 205763 sequences.