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-10 of 10 results.

A091648 Decimal expansion of arccosh(sqrt(2)), the inflection point of sech(x).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jan 24 2004

Keywords

Comments

Asymptotic growth constant in the exponent for the number of spanning trees on the 2 X infinity strip on the square lattice. - R. J. Mathar, May 14 2006
Arccosh(sqrt(2)) = (1/2)*log((sqrt(2)+1)/(sqrt(2)-1)) = log(tan(3*Pi/8)) = int(1/cos(x),x=0..Pi/4). Therefore, in Gerardus Mercator's (conformal) map this is the value of the ordinate y/R (R radius of the spherical earth) for latitude phi = 45 degrees north, or Pi/4. See, e.g., the Eli Maor reference, eqs. (5) and (6). This is the latitude of, e.g., the Mission Point Lighthouse, Michigan, U.S.A. - Wolfdieter Lang, Mar 05 2013
Decimal expansion of the arclength on the hyperbola y^2 - x^2 = 1 from (0,0) to (1,sqrt(2)). - Clark Kimberling, Jul 04 2020

Examples

			0.8813735870195430252326093249797923090281603282616...
		

References

  • L. B. W. Jolley, Summation of Series, Dover (1961), Eq. (85) page 16-17.
  • E. Maor, Trigonometric Delights, Princeton University Press, NJ, 1998, chapter 13, A Mapmaker's Paradise, pp. 163-180.
  • Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 30, equation 30:10:4 at page 283.

Crossrefs

Programs

  • Mathematica
    RealDigits[Log[1 + Sqrt[2]], 10, 100][[1]] (* Alonso del Arte, Aug 11 2011 *)
  • Maxima
    fpprec : 100$ ev(bfloat(log(1 + sqrt(2)))); /* Martin Ettl, Oct 17 2012 */
    
  • PARI
    asinh(1) \\ Michel Marcus, Oct 19 2014

Formula

Equals log(1 + sqrt(2)). - Jonathan Sondow, Mar 15 2005
Equals (1/2)*log(3+2*sqrt(2)) = A244920/2. - R. J. Mathar, May 14 2006
Equals Sum_{n>=1, n odd} binomial(2*n,n)/(n*4^n) [see Lehmer link]. - R. J. Mathar, Mar 04 2009
Equals arcsinh(1), since arcsinh(x) = log(x+sqrt(x^2+1)). - Stanislav Sykora, Nov 01 2013
Equals asin(i)/i. - L. Edson Jeffery, Oct 19 2014
Equals (Pi/4) * 3F2(1/4, 1/2, 3/4; 1, 3/2; 1). - Jean-François Alcover, Apr 23 2015
Equals arctanh(sqrt(2)/2). - Amiram Eldar, Apr 22 2022
Equals lim_{n->oo} Sum_{k=1..n} 1/sqrt(n^2+k^2). - Amiram Eldar, May 19 2022
Equals Sum_{n >= 1} 1/(n*P(n, sqrt(2))*P(n-1, sqrt(2))), where P(n, x) denotes the n-th Legendre polynomial. The first twenty terms of the series gives the approximate value 0.88137358701954(24...), correct to 14 decimal places. - Peter Bala, Mar 16 2024
Equals 2F1(1/2,1/2;3/2;-1) [Krupnikov]. - R. J. Mathar, May 13 2024
Equals Integral_{x=0..1} (x^sqrt(2) - 1)/log(x) dx. - Kritsada Moomuang, Jun 06 2025

A103712 Decimal expansion of the expected distance from a randomly selected point in the unit square to its center: (sqrt(2) + log(1 + sqrt(2)))/6.

Original entry on oeis.org

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

Views

Author

Sylvester Reese and Jonathan Sondow, Feb 13 2005

Keywords

Comments

Is it a coincidence that this constant is equal to 1/6 of the universal parabolic constant A103710? (Reese, 2004; Finch, 2012)
exp(d(2)) - exp(d(2))/Pi = 0.9994179247351742... ~ 1 - 1/1718. - Gerald McGarvey, Feb 21 2005
Take a point on a line of irrational slope and a line segment of a given length centered at the point, integrate the distance of a point on the line to the set of lattice points along the line segment, and divide by the length. The limit as the length approaches infinity can be shown by a generalization of the Equidistribution Theorem to give the expected distance of a point in the unit square to its corners, this constant. - Thomas Anton, Jun 19 2021

Examples

			0.38259785823210634567238300819824839793297203393976391398832922444...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge, 2003, section 8.1.
  • S. Reese, A universal parabolic constant, 2004, preprint.

Crossrefs

Equal to (A002193 + A091648)/6 = (A103710)/6 = (A103711)/3.
Cf. A244921.

Programs

  • Mathematica
    RealDigits[(Sqrt[2] + Log[1 + Sqrt[2]])/6, 10, 111][[1]] (* Robert G. Wilson v, Feb 14 2005 *)
  • Maxima
    fpprec: 100$ ev(bfloat((sqrt(2) + log(1 + sqrt(2)))/6)); /* Martin Ettl, Oct 17 2012 */
    
  • PARI
    (sqrt(2) + log(1 + sqrt(2)))/6 \\ G. C. Greubel, Sep 22 2017

Formula

Equals (1/3)*Integral_{x = 0..1} sqrt(1 + x^2) dx. - Peter Bala, Feb 28 2019
Equals Integral_{x>=1} arcsinh(x)/x^4 dx. - Amiram Eldar, Jun 26 2021
Equals A244921 / 2. - Amiram Eldar, Jun 04 2023

A103711 Decimal expansion of the ratio of the length of the latus rectum arc of any parabola to its latus rectum: (sqrt(2) + log(1 + sqrt(2)))/2.

Original entry on oeis.org

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

Views

Author

Sylvester Reese and Jonathan Sondow, Feb 13 2005

Keywords

Comments

Just as all circles are similar, all parabolas are similar. Just as the ratio of a semicircle to its diameter is always Pi/2, the ratio of the length of the latus rectum arc of any parabola to its latus rectum is (sqrt(2) + log(1 + sqrt(2)))/2.
Let c = this constant and a = e - exp((c+Pi)/2 - log(Pi)), then a = .0000999540234051652627... and c - 10*(-log(exp(a) - a - 1) - 19) = .000650078964115564700067717... - Gerald McGarvey, Feb 21 2005
Half the universal parabolic constant A103710 (the ratio of the length of the latus rectum arc of any parabola to its focal parameter). Like Pi, it is transcendental.
Is it a coincidence that this constant is equal to 3 times the expected distance A103712 from a randomly selected point in the unit square to its center? (Reese, 2004; Finch, 2012)

Examples

			1.14779357469631903701714902459474519379891610181929174196498767332...
		

References

  • H. Dörrie, 100 Great Problems of Elementary Mathematics, Dover, 1965, Problems 57 and 58.
  • C. E. Love, Differential and Integral Calculus, 4th ed., Macmillan, 1950, pp. 286-288.
  • C. S. Ogilvy, Excursions in Geometry, Oxford Univ. Press, 1969, p. 84.
  • S. Reese, A universal parabolic constant, 2004, preprint.

Crossrefs

Equal to (A103710)/2 = (A002193 + A091648)/2 = 3*(A103712).

Programs

  • Mathematica
    RealDigits[(Sqrt[2] + Log[1 + Sqrt[2]])/2, 10, 111][[1]] (* Robert G. Wilson v, Feb 14 2005 *)
    N[Integrate[Sqrt[1 + x^2], {x, 0, 1}], 120] (* Clark Kimberling, Jan 06 2014 *)

Formula

Equals Integral_{x = 0..1} sqrt(1 + x^2) dx. - Peter Bala, Feb 28 2019
Equals Sum_{n>=0} (-1)^(n + 1)*binomial(2*n, n)/((4*n^2 - 1)*4^n). - Antonio Graciá Llorente, Dec 16 2024

A222362 Decimal expansion of the ratio of the area of the latus rectum segment of any equilateral hyperbola to the square of its semi-axis: sqrt(2) - log(1 + sqrt(2)).

Original entry on oeis.org

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

Views

Author

Sylvester Reese and Jonathan Sondow, Mar 01 2013

Keywords

Comments

Just as circles are ellipses whose semi-axes are equal (and are called the radius of the circle), equilateral (or rectangular) hyperbolas are hyperbolas whose semi-axes are equal.
Just as the ratio of the area of a circle to the square of its radius is always Pi, the ratio of the area of the latus rectum segment of any equilateral hyperbola to the square of its semi-axis is the universal equilateral hyperbolic constant sqrt(2) - log(1 + sqrt(2)).
Note the remarkable similarity to sqrt(2) + log(1 + sqrt(2)), the universal parabolic constant A103710, which is a ratio of arc lengths rather than of areas. Lockhart (2012) says "the arc length integral for the parabola ... is intimately connected to the hyperbolic area integral ... I think it is surprising and wonderful that the length of one conic section is related to the area of another".
This constant is also the abscissa of the vertical asymptote of the involute of the logarithmic curve (starting point (1,0)). - Jean-François Alcover, Nov 25 2016

Examples

			0.532839975353552023569079399229905769541511547115312662423384129337355...
		

References

  • H. Dörrie, 100 Great Problems of Elementary Mathematics, Dover, 1965, Problems 57 and 58.
  • P. Lockhart, Measurement, Harvard University Press, 2012, p. 369.

Crossrefs

Programs

Formula

Sqrt(2) - arcsinh(1), also equals Integral_{1..oo} 1/(x^2*(1+x)^(1/2)) dx. - Jean-François Alcover, Apr 16 2015
Equals Integral_{x = 0..1} x^2/sqrt(1 + x^2) dx. - Peter Bala, Feb 28 2019

A232716 Decimal expansion of the ratio of the length of the boundary of any parbelos to the length of the boundary of its associated arbelos: (sqrt(2) + log(1 + sqrt(2))) / Pi.

Original entry on oeis.org

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

Views

Author

Jonathan Sondow, Nov 28 2013

Keywords

Comments

Same as decimal expansion of P/Pi, where P is the Universal parabolic constant (A103710). - Jonathan Sondow, Jan 19 2015
According to Wadim Zudilin, Campbell's formula (see below) follows from results of Borwein, Borwein, Glasser, Wan (2011): Take n=-2, s=1/4 in equations (4) and (20) to see that the formula is about evaluating K_{-2,1/4}. Take r=-1/2, s=1/4 in (76) to see that K_{-2,1/4} = cos(Pi/4)-K_{0,1/4}/16. Finally, use (51) and (52) to conclude that K_{0,1/4} = 2G_{1/4} = 2*log(1+sqrt(2)). - Jonathan Sondow, Sep 03 2016

Examples

			0.730708084248143098345459389970990137736723287291660275735498...
		

Crossrefs

Reciprocal of A232717. Ratio of areas is A177870.

Programs

  • Magma
    R:= RealField(); (Sqrt(2) + Log(1 + Sqrt(2)))/Pi(R); // G. C. Greubel, Feb 02 2018
  • Mathematica
    RealDigits[(Sqrt[2] + Log[1 + Sqrt[2]])/Pi,10,100]
  • PARI
    (sqrt(2) + log(1 + sqrt(2)))/Pi \\ G. C. Greubel, Feb 02 2018
    

Formula

Equals A103710 / A000796.
Empirical: equals 3F2([-1/2,1/4,3/4],[1/2,1],1). - John M. Campbell, Aug 27 2016

A232717 Decimal expansion of the ratio of the length of the boundary of any arbelos to the length of the boundary of its associated parbelos: Pi / (sqrt(2) + log(1 + sqrt(2))).

Original entry on oeis.org

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

Views

Author

Jonathan Sondow, Nov 28 2013

Keywords

Comments

Same as decimal expansion of Pi/P, where P is the Universal parabolic constant (A103710). - Jonathan Sondow, Jan 19 2015

Examples

			1.36853556373191478886062626593258810842142480010621734905399...
		

Crossrefs

Reciprocal of A232716. Ratio of areas is A232715.

Programs

  • Magma
    R:= RealField(); Pi(R)/(Sqrt(2) + Log(1 + Sqrt(2))) // G. C. Greubel, Jul 27 2018
  • Mathematica
    RealDigits[Pi/(Sqrt[2] + Log[1 + Sqrt[2]]),10,100]
  • PARI
    Pi/(sqrt(2) + log(1 + sqrt(2))) \\ G. C. Greubel, Jul 27 2018
    

Formula

Equals A000796 / A103710.

A345653 Decimal expansion of (sqrt(2) + arcsinh(1))/4.

Original entry on oeis.org

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

Views

Author

Thomas Anton, Jun 21 2021

Keywords

Comments

Maximal value of the average distance from the set of lattice points of any line in the plane, where average distance is the limit of the integral of the distance to the set over a segment of the line centered around a fixed point, divided by the length of the segment, as that length approaches infinity, achieved precisely by lines x = z + 1/2 and y = z + 1/2 for integers z.
The average distance between the center of a unit square to a randomly and uniformly chosen point on its perimeter. - Amiram Eldar, Jun 23 2022

Examples

			0.57389678734815951850857451...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[N[(Sqrt[2]+ArcSinh[1])/4,100]]] (* Stefano Spezia, Jun 21 2021 *)
  • PARI
    (sqrt(2) + asinh(1))/4 \\ Michel Marcus, Jun 24 2021

Formula

Equals Integral_{x=0..1/2} 2*sqrt(x^2+1/4) dx.
Equals (1/2) * A103711. - Amiram Eldar, Jun 23 2022

A103713 Decimal expansion of the area of the surface generated by revolving about the y-axis that part of the curve y = log x lying in the 4th quadrant.

Original entry on oeis.org

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

Views

Author

Sylvester Reese and Jonathan Sondow, Feb 21 2005

Keywords

Comments

Equal to Pi times its analog for the parabola (see A103710).

Examples

			7.21179972420704696468773276980066767902705761797605...
		

References

  • C. E. Love, Differential and Integral Calculus, 4th ed., Macmillan, 1950, p. 288.
  • S. Reese, A universal parabolic constant, 2004, preprint.

Crossrefs

Cf. A000796*A103710. See also A103714.

Programs

  • Mathematica
    RealDigits[Pi*(Sqrt[2]+Log[1+Sqrt[2]]),10,120][[1]] (* or *) RealDigits[Pi* (Sqrt[2]+ArcSinh[1]),10,120][[1]] (* Harvey P. Dale, May 02 2011 *)
  • PARI
    Pi*(sqrt(2) + log(1 + sqrt(2))) \\ Michel Marcus, Jul 06 2015

Formula

Pi*(sqrt(2) + log(1 + sqrt(2))).

A103714 Decimal expansion of the area of the surface generated by revolving one arch of the cosine curve about the x-axis.

Original entry on oeis.org

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

Views

Author

Sylvester Reese and Jonathan Sondow, Feb 21 2005

Keywords

Comments

Equal to Pi times twice its analog for the parabola (see A103710).

Examples

			14.423599448414093929375465539601335358054115235952...
		

References

  • Clyde E. Love, Differential and Integral Calculus, 4th ed., Macmillan, 1950, p. 288.
  • Sylvester Reese, A universal parabolic constant, 2004, preprint.

Crossrefs

Cf. 2*A000796*A103710. See also A103713.

Programs

  • Mathematica
    RealDigits[2*Pi*(Sqrt[2] + Log[1 + Sqrt[2]]), 10, 120][[1]] (* Amiram Eldar, May 31 2023 *)

Formula

2*Pi*(sqrt(2) + log(1 + sqrt(2))).

A263151 Decimal expansion of the ratio of the length of the latus rectum arc of any parabola to its focal length: sqrt(8) + log(3 + sqrt(8)).

Original entry on oeis.org

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

Views

Author

Martin Janecke, Oct 11 2015

Keywords

Comments

Twice the universal parabolic constant A103710.

Examples

			4.591174298785276148068596098378980775195664407277166967859950693...
		

Crossrefs

Equals twice A103710. Equals A010466 + A244920.

Programs

  • Mathematica
    First@ RealDigits[N[# + Log[3 + #] &@ Sqrt@ 8, 102]] (* Michael De Vlieger, Oct 11 2015 *)
  • PARI
    sqrt(8) + log(3 + sqrt(8)) \\ Michel Marcus, Oct 11 2015
Showing 1-10 of 10 results.