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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132304 Sum of fourth powers of trinomial coefficients: a(n) = Sum_{k=0..2n} trinomial(n,k)^4 where trinomial(n,k) = [x^k] (1 + x + x^2)^n. 2
1, 3, 115, 5157, 281907, 16688953, 1043460469, 67769148555, 4527813298227, 309207348577017, 21487099512128265, 1514508365575327455, 108015601963868232885, 7780760215720406500095, 565264860408377433558523 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) a(n)=sum(k=0, 2*n, polcoeff((1+x+x^2)^n, k)^4)

CROSSREFS

Cf. A132303, A132305.

Sequence in context: A142603 A080174 A065117 * A097642 A009095 A155209

Adjacent sequences:  A132301 A132302 A132303 * A132305 A132306 A132307

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 18 2007

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 16 02:51 EST 2012. Contains 205860 sequences.