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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099765 a(n)=(1/Pi)*(2^n/n)*(n-1)!*integral((sin(t)/t)^n dt, t=0.....infty). 1
1, 1, 2, 8, 46, 352, 3364, 38656, 519446, 7996928, 138826588, 2683604992, 57176039628, 1331300646912, 33636118326984, 916559498182656, 26795449170328038, 836606220759859200, 27784046218331805100 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

REFERENCES

Sergey Fomin and Grigory Mikhalkin, Labeled floor diagrams for plane curves, arXiv:0906.3828. See Section 8. [From N. J. A. Sloane, Sep 27 2010]

LINKS

W. Trump, Magic series.

Eric Weisstein's World of Mathematics, Sinc Function

FORMULA

a(n)=(1/n)*sum(k=0, floor(n/2), (-1)^k*binomial(n, k)*(n-2*k)^(n-1))

MATHEMATICA

Table[1/n Sum[(-1)^k Binomial[n, k](n-2k)^(n-1), {k, 0, Floor[n/2]}], {n, 20}] (* From Harvey P. Dale, Oct 21 2011 *)

PROG

(PARI) a(n)=(1/n)*sum(k=0, floor(n/2), (-1)^k*binomial(n, k)*(n-2*k)^(n-1))

CROSSREFS

Cf. A049330.

Sequence in context: A180390 A074599 A007289 * A096656 A102009 A135904

Adjacent sequences:  A099762 A099763 A099764 * A099766 A099767 A099768

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 11 2004, Dec 11 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 10 11:30 EST 2012. Contains 205223 sequences.