cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A175573 Decimal expansion of Pi^(1/4)/Gamma(3/4).

Original entry on oeis.org

1, 0, 8, 6, 4, 3, 4, 8, 1, 1, 2, 1, 3, 3, 0, 8, 0, 1, 4, 5, 7, 5, 3, 1, 6, 1, 2, 1, 5, 1, 0, 2, 2, 3, 4, 5, 7, 0, 7, 0, 2, 0, 5, 7, 0, 7, 2, 4, 5, 2, 1, 8, 8, 8, 5, 9, 2, 0, 7, 9, 0, 3, 1, 5, 9, 8, 1, 8, 5, 6, 7, 3, 2, 2, 6, 7, 1, 0, 9, 7, 9, 5, 9, 6, 0, 5, 6, 1, 6, 1, 8, 4, 8, 9, 6, 7, 9, 7, 6, 4, 0, 3, 7, 4, 1
Offset: 1

Views

Author

R. J. Mathar, Jul 15 2010

Keywords

Comments

Entry 34 a of chapter 11 of Ramanujan's second notebook. Entry 34 b is A085565.

Examples

			1.0864348112133080145753161...
		

Crossrefs

Programs

  • Magma
    C := ComplexField(); [(Pi(C))^(1/4)/Gamma(3/4)]; // G. C. Greubel, Nov 05 2017
  • Maple
    Pi^(1/4)/GAMMA(3/4) ; evalf(%) ;
  • Mathematica
    RealDigits[ Pi^(1/4)/Gamma[3/4], 10, 105][[1]] (* Jean-François Alcover, Jul 04 2013 *)
  • PARI
    Pi^(1/4)/gamma(3/4) \\ G. C. Greubel, Nov 05 2017
    
  • PARI
    2*suminf(k=0,exp(-Pi)^(k^2))-1 \\ Hugo Pfoertner, Sep 17 2018
    

Formula

Equals A092040 / A068465.
Equals Sum_{n=-oo..oo} exp(-Pi*n^2), or also EllipticTheta(3, 0, exp(-Pi)). - Jean-François Alcover, Jul 04 2013
Equals sqrt(A175574). - Amiram Eldar, Jul 04 2023
Equals Gamma(1/4)/(sqrt(2)*Pi^(3/4)). - Vaclav Kotesovec, Jul 04 2023
Equals Product_{k>=1} tanh((1/2 + i/2)*Pi*k), i=sqrt(-1). - _Antonio Graciá Llorente, Mar 20 2024
Equals Product_{k>=0} (1/2)*(((k+1/2)/(k+1))^(1/2)+((k+1)/(k+1/2))^(1/2)). - Antonio Graciá Llorente, Jul 23 2024
Equals (1/A096427)^2 (see Spanier and Oldham at p. 258). - Stefano Spezia, Dec 31 2024
Equals 2*A319332 = 1/A327995. - Hugo Pfoertner, Dec 31 2024

A327996 Decimal expansion of (1/2)*Pi^(3/4)/Gamma(3/4).

Original entry on oeis.org

9, 6, 2, 8, 2, 7, 7, 8, 2, 4, 4, 6, 4, 1, 7, 5, 4, 7, 9, 1, 9, 0, 9, 2, 2, 1, 5, 4, 4, 8, 5, 2, 2, 9, 7, 8, 2, 7, 1, 0, 0, 8, 5, 1, 4, 4, 7, 8, 5, 8, 0, 6, 7, 1, 0, 0, 1, 8, 2, 1, 5, 1, 4, 9, 5, 0, 0, 4, 5, 5, 3, 5, 7, 5, 7, 5, 5, 0, 9, 8, 6, 9, 7, 0, 9, 1
Offset: 0

Author

Peter Luschny, Oct 24 2019

Keywords

Comments

The function df(x) = 2^(x/2)*(2/Pi)^(sin(Pi*x/2)^2/2)*Gamma(x/2+1) interpolates the double factorials A006882 and extends them analytically. df(1/2) is the given constant. Extending also the notation this can be written as (1/2)!! = Pi^(3/4)/(2*(-1/4)!).

Examples

			Equals 0.962827782446417547919092215448522978271008514478580671...
		

Crossrefs

Programs

  • Maple
    Digits := 100: (1/2)*Pi^(3/4)/GAMMA(3/4)*10^86:
    ListTools:-Reverse(convert(floor(%), base, 10));
  • Mathematica
    RealDigits[Pi^(3/4)/(2*Gamma[3/4]), 10, 120][[1]] (* Amiram Eldar, May 30 2023 *)
  • PARI
    (1/2)*Pi^(3/4)/gamma(3/4) \\ Michel Marcus, Oct 24 2019

Formula

Equals Pi^(3/4)/(2*(-1/4)!).
From Amiram Eldar, May 30 2023: (Start)
Equals Gamma(1/4)/(2*sqrt(2)*Pi^(1/4)).
Equals A319332 * sqrt(Pi). (End)
Showing 1-2 of 2 results.