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

A019670 Decimal expansion of Pi/3.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Dec 11 1996

Keywords

Comments

With an offset of zero, also the decimal expansion of Pi/30 ~ 0.104719... which is the average arithmetic area of the 0-winding sectors enclosed by a closed Brownian planar path, of a given length t, according to Desbois, p. 1. - Jonathan Vos Post, Jan 23 2011
Polar angle (or apex angle) of the cone that subtends exactly one quarter of the full solid angle. See comments in A238238. - Stanislav Sykora, Jun 07 2014
60 degrees in radians. - M. F. Hasler, Jul 08 2016
Volume of a quarter sphere of radius 1. - Omar E. Pol, Aug 17 2019
Also smallest positive zero of Sum_{k>=1} cos(k*x)/k = -log(2*|sin(x/2)|). Proof of this identity: Sum_{k>=1} cos(k*x)/k = Re(Sum_{k>=1} exp(k*x*i)/k) = Re(-log(1-exp(x*i))) = -log(2*|sin(x/2)|), x != 2*m*Pi, where i = sqrt(-1). - Jianing Song, Nov 09 2019
The area of a circle circumscribing a unit-area regular dodecagon. - Amiram Eldar, Nov 05 2020

Examples

			Pi/3 = 1.04719755119659774615421446109316762806572313312503527365831486...
From _Peter Bala_, Nov 16 2016: (Start)
Case n = 1. Pi/3 = 18 * Sum_{k >= 0} (-1)^(k+1)( 1/((6*k - 5)*(6*k + 1)*(6*k + 7)) + 1/((6*k - 1)*(6*k + 5)*(6*k + 11)) ).
Using the methods of Borwein et al. we can find the following asymptotic expansion for the tails of this series: for N divisible by 6 there holds Sum_{k >= N/6} (-1)^(k+1)( 1/((6*k - 5)*(6*k + 1)*(6*k + 7)) + 1/((6*k - 1)*(6*k + 5)*(6*k + 11)) ) ~ 1/N^3 + 6/N^5 + 1671/N ^7 - 241604/N^9 + ..., where the sequence [1, 0, 6, 0, 1671, 0, -241604, 0, ...] is the sequence of coefficients in the expansion of ((1/18)*cosh(2*x)/cosh(3*x)) * sinh(3*x)^2 = x^2/2! + 6*x^4/4! + 1671*x^6/6! - 241604*x^8/8! + .... Cf. A024235, A278080 and A278195. (End)
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 8.3, p. 489.

Crossrefs

Integral_{x=0..oo} 1/(1+x^m) dx: A013661 (m=2), A248897 (m=3), A093954 (m=4), A352324 (m=5), this sequence (m=6), A352125 (m=8), A094888 (m=10).

Programs

Formula

A third of A000796, a sixth of A019692, the square root of A100044.
Sum_{k >= 0} (-1)^k/(6k+1) + (-1)^k/(6k+5). - Charles R Greathouse IV, Sep 08 2011
Product_{k >= 1}(1-(6k)^(-2))^(-1). - Fred Daniel Kline, May 30 2013
From Peter Bala, Feb 05 2015: (Start)
Pi/3 = Sum {k >= 0} binomial(2*k,k)*1/(2*k + 1)*(1/16)^k = 2F1(1/2,1/2;3/2;1/4). Similar series expansions hold for Pi^2 (A002388), Pi^3 (A091925) and Pi/(2*sqrt(2)) (A093954.)
The integer sequences A(n) := 4^n*(2*n + 1)! and B(n) := A(n)*( Sum {k = 0..n} binomial(2*k,k)*1/(2*k + 1)*(1/16)^k ) both satisfy the second-order recurrence equation u(n) = (20*n^2 + 4*n + 1)*u(n-1) - 8*(n - 1)*(2*n - 1)^3*u(n-2). From this observation we can obtain the continued fraction expansion Pi/3 = 1 + 1/(24 - 8*3^3/(89 - 8*2*5^3/(193 - 8*3*7^3/(337 - ... - 8*(n - 1)*(2*n - 1)^3/((20*n^2 + 4*n + 1) - ... ))))). Cf. A002388 and A093954. (End)
Equals Sum_{k >= 1} arctan(sqrt(3)*L(2k)/L(4k)) where L=A000032. See also A005248 and A056854. - Michel Marcus, Mar 29 2016
Equals Product_{n >= 1} A016910(n) / A136017(n). - Fred Daniel Kline, Jun 09 2016
Equals Integral_{x=-oo..oo} sech(x)/3 dx. - Ilya Gutkovskiy, Jun 09 2016
From Peter Bala, Nov 16 2016: (Start)
Euler's series transformation applied to the series representation Pi/3 = Sum_{k >= 0} (-1)^k/(6*k + 1) + (-1)^k/(6*k + 5) given above by Greathouse produces the faster converging series Pi/3 = (1/2) * Sum_{n >= 0} 3^n*n!*( 1/(Product_{k = 0..n} (6*k + 1)) + 1/(Product_{k = 0..n} (6*k + 5)) ).
The series given above by Greathouse is the case n = 0 of the more general result Pi/3 = 9^n*(2*n)! * Sum_{k >= 0} (-1)^(k+n)*( 1/(Product_{j = -n..n} (6*k + 1 + 6*j)) + 1/(Product_{j = -n..n} (6*k + 5 + 6*j)) ) for n = 0,1,2,.... Cf. A003881. See the example section for notes on the case n = 1.(End)
Equals Product_{p>=5, p prime} p/sqrt(p^2-1). - Dimitris Valianatos, May 13 2017
Equals A019699/4 or A019693/2. - Omar E. Pol, Aug 17 2019
Equals Integral_{x >= 0} (sin(x)/x)^4 = 1/2 + Sum_{n >= 0} (sin(n)/n)^4, by the Abel-Plana formula. - Peter Bala, Nov 05 2019
Equals Integral_{x=0..oo} 1/(1 + x^6) dx. - Bernard Schott, Mar 12 2022
Pi/3 = -Sum_{n >= 1} i/(n*P(n, 1/sqrt(-3))*P(n-1, 1/sqrt(-3))), where i = sqrt(-1) and P(n, x) denotes the n-th Legendre polynomial. The first twenty terms of the series gives the approximation Pi/3 = 1.04719755(06...) correct to 8 decimal places. - Peter Bala, Mar 16 2024
Equals Integral_{x >= 0} (2*x^2 + 1)/((x^2 + 1)*(4*x^2 + 1)) dx. - Peter Bala, Feb 12 2025

A137914 Decimal expansion of arccos(1/3).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Feb 22 2008

Keywords

Comments

Dihedral angle in radians of regular tetrahedron.
Arccos(1/3) is the central angle of a cube, made by the center and two neighboring vertices. - Clark Kimberling, Feb 10 2009
Also the complementary tetrahedral angle, Pi-A156546, and therefore related to the magic angle (Pi-2*A195696). - Stanislav Sykora, Jan 23 2014
Polar angle (or apex angle) of the cone that subtends exactly one third of the full solid angle. - Stanislav Sykora, Feb 20 2014
Also the acute angle in the rhombi and isosceles trapezoids in the trapezo-rhombic dodecahedron. - Eric W. Weisstein, Jan 09 2019
Also the angle between the tangent lines to the curves y = sin(x) at y = cos(x) at the points of intersection. - David Radcliffe, Jan 17 2023

Examples

			1.2309594173407746821349291782479873757103400093550948390555483336639923144...
		

Crossrefs

Cf. A137915 (same in degrees), A019670, A195695, A195696, A238238, Platonic solids dihedral angles: A156546 (octahedron), A019669 (cube), A236367 (icosahedron), A137218 (dodecahedron).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Arccos(1/3); // G. C. Greubel, Aug 20 2018
  • Mathematica
    RealDigits[ArcCos[1/3], 10, 120][[1]] (* Harvey P. Dale, Jul 06 2018 *)
    RealDigits[ArcSec[3], 10, 120][[1]] (* Eric W. Weisstein, Jan 09 2019 *)
  • PARI
    acos(1/3)
    

Formula

arccos(1/3) = arctan(2*sqrt(2)) = 2*arcsin(sqrt(3)/3) = arcsin(2*sqrt(2)/3).
Equals sqrt(2)*Sum_{k>=0} (-1)^k/(2^k*(2*k+1)). - Davide Rotondo, Jun 07 2025
Equals 2*A195695. - Hugo Pfoertner, Jun 07 2025

A238239 Decimal expansion of the polar angle, in degrees, of a cone which makes a golden-ratio cut of the full solid angle.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Feb 20 2014

Keywords

Comments

See A238238 which is the equivalent of this constant in radians.

Examples

			76.345415254024494986936602665700470228665329380338425539942733615...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ArcCos[2/GoldenRatio-1]*180/Pi, 10, 120][[1]] (* Amiram Eldar, Jun 06 2023 *)
  • PARI
    acos(4/(1+sqrt(5))-1)*180/Pi

Formula

Equals (180/Pi)*A238238.
Showing 1-3 of 3 results.