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!)
A249332 a(n) = Sum_{k=0..2*n} binomial(2*n, k)^4. 2
1, 18, 1810, 263844, 44916498, 8345319268, 1640651321764, 335556407724360, 70666388112940818, 15220552520052960516, 3337324864503769353060, 742446552655157791828680, 167167472732516775004539300, 38021985442071415426063237704, 8723111727436784830252513497928 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A005260(2*n).
MATHEMATICA
Table[Sum[Binomial[2*n, k]^4, {k, 0, 2*n}], {n, 0, 30}] (* G. C. Greubel, Aug 04 2018 *)
PROG
(PARI) {a(n) = sum(k=0, 2*n, binomial( 2*n, k)^4)};
(Magma) [(&+[Binomial(2*n, k)^4: k in [0..2*n]]): n in [0..30]]; // G. C. Greubel, Aug 04 2018
CROSSREFS
Sequence in context: A067303 A055740 A072477 * A019522 A068181 A296614
KEYWORD
nonn
AUTHOR
Michael Somos, Oct 25 2014
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 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)