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!)
A003031 Denominators of expansion of Fresnel integral S(z). 2
6, 336, 42240, 9676800, 3530096640, 1880240947200, 1377317368627200, 1328346084409344000, 1631723190138961920000, 2487305589722682753024000, 4607255276963246207139840000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (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}]] (* 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
(PARI) vector(15, n, n--; (4*n+3)*2^(2*n+1)*(2*n+1)!) \\ G. C. Greubel, Nov 23 2018
(Sage) [(4*n+3)*2^(2*n+1)*factorial(2*n+1) for n in range(15)] # G. C. Greubel, Nov 23 2018
CROSSREFS
Sequence in context: A001509 A295925 A210769 * A144849 A212490 A047941
KEYWORD
nonn
AUTHOR
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 August 10 12:34 EDT 2024. Contains 375056 sequences. (Running on oeis4.)