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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003031 Denominators of expansion of Fresnel integral S(z). 1
6, 336, 42240, 9676800, 3530096640, 1880240947200, 1377317368627200, 1328346084409344000, 1631723190138961920000, 2487305589722682753024000, 4607255276963246207139840000 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

FORMULA

(4*n+3) * 2^(2*n+1) * (2*n+1)!.

MATHEMATICA

Table[(4n+3)2^(2n+1)(2n+1)!, {n, 0, 10}] (* or *) Denominator[Take[ CoefficientList[ Series[FresnelS[x], {x, 0, 60}], x], {4, -1, 4}]] (* From Harvey P. Dale, Oct 21 2011 *)

PROG

(MAGMA) [(4*n+3) * 2^(2*n+1) * Factorial(2*n+1): n in [0..20]]; // Vincenzo Librandi, Oct 23 2011

CROSSREFS

Sequence in context: A003742 A135195 A001509 * A144849 A047941 A000409

Adjacent sequences:  A003028 A003029 A003030 * A003032 A003033 A003034

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 15:27 EST 2012. Contains 205930 sequences.