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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A050984 de Bruijn's S(5,n). 2
1, 30, 5730, 1696800, 613591650, 248832363780, 108702332138400, 50030418256790400, 23933662070438513250, 11795304320307625903500, 5952113838155498195161980, 3061813957188788125283450400 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

REFERENCES

N. G. de Bruijn, Asymptotic Methods in Analysis, North-Holland Publishing Co., 1958. See chapters 4 and 6.

LINKS

Table of n, a(n) for n=0..11.

Eric Weisstein's World of Mathematics, Binomial Sums

FORMULA

E.g.f.: Sum(n>=0,I^n*x^n/n!^5) * Sum(n>=0,(-I)^n*x^n/n!^5) = Sum(n>=0,a(n)*x^(2*n)/n!^5) where I^2=-1. [From Paul D. Hanna, Dec 21 2011]

MATHEMATICA

Sum[ (-1)^(k+n)Binomial[ 2n, k ]^5, {k, 0, 2n} ]

PROG

(PARI) a(n)=sum(k=0, 2*n, (-1)^(k+n)*binomial(2*n, k)^5) \\ Charles R Greathouse IV, Dec 21 2011

CROSSREFS

Cf. A000984, A006480, A050983.

Sequence in context: A204975 A204702 A206647 * A169686 A184889 A087216

Adjacent sequences:  A050981 A050982 A050983 * A050985 A050986 A050987

KEYWORD

nonn

AUTHOR

Eric W. Weisstein

STATUS

approved

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 June 19 17:57 EDT 2013. Contains 226415 sequences.