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!)
A061079 Denominators in the series for sin integral Si(x). 3

%I #28 Oct 21 2023 17:13:55

%S 1,18,600,35280,3265920,439084800,80951270400,19615115520000,

%T 6046686277632000,2311256907767808000,1072909785605898240000,

%U 594596384994354462720000,387780251083274649600000000,293999475161295508340736000000,256411097818451356681764864000000

%N Denominators in the series for sin integral Si(x).

%C Si(x) = Integral_{t=0..x} sin(t)/t dt.

%D Bronstein-Semendjajew, Taschenbuch der Mathematik, 13th ed. 1974, ch. 4.3.7, integral 283 of 515.

%H Vincenzo Librandi, <a href="/A061079/b061079.txt">Table of n, a(n) for n = 1..200</a>

%H Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Enumerative Formulas for Some Functions on Finite Sets</a>.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Shi.html">Shi</a>.

%F a(n) = (2n-1)*(2n-1)!.

%F From _Sergei N. Gladkovskii_, Nov 29 2011: (Start)

%F E.g.f.: A(x) = Si(x) = x + x^3/(W(0) - x^2);

%F W(k) = x^2*(2*k+1) - (2*k+2)*(2*k+3)^2 + 2*x^2*(k+1)*(2*k+3)^3/W(k+1); (continued fraction).

%F E.g.f.: A(x) = Si(x) = x - x^3/18 + x^5/(12*W(0) + 18*(x^2) + 324);

%F W(k) = 16*k^3 + 68*k^2 + 84*k + 23 - x^2*(2*k+1)*(2*k+3)/(2+(2*k+4)*(2*k+5)^3/W(k+1)); (continued fraction).

%F E.g.f.: A(x) = Si(x) = x*W(0);

%F W(k) = 1 - x^2*(4*k+1)/((4*k+2)*(4*k+3)^2 - x^2*(4*k+2)*(4*k+3)^3/((4*k+3)*x^2 - (4*k+4)*(4*k+5)^2/W(k+1))); (continued fraction). (End)

%e Si(x) = x/1 - x^3/18 + x^5/600 - x^7/35280 + x^9/3265920 -+ ...

%t Table[(2n-1)*(2n-1)!,{n,1,20}] (* _Vincenzo Librandi_, Dec 01 2011 *)

%o (Magma) [(2*n-1)*Factorial(2*n-1): n in [1..20]]; // _Vincenzo Librandi_, Dec 01 2011

%K easy,nonn

%O 1,2

%A _Frank Ellermann_, May 29 2001

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 July 25 12:21 EDT 2024. Contains 374588 sequences. (Running on oeis4.)