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 86 results. Next

A138344 Absolute values of first differences of A049541.

Original entry on oeis.org

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

Views

Author

Artur Jasinski, Mar 16 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Abs[Differences[RealDigits[1/Pi,10,120][[1]]]] (* Harvey P. Dale, Dec 17 2022 *)

Formula

a(n) = abs(A049541(n+1) - A049541(n)). - Michel Marcus, Nov 04 2013

A088538 Decimal expansion of 4/Pi.

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Nov 16 2003

Keywords

Comments

Average length of chord formed from two randomly chosen points on the circumference of a unit circle (see Weisstein/MathWorld link). - Rick L. Shepherd, Jun 19 2006
Suppose u(0) = 1 + i where i^2 = -1 and u(n+1) = (1/2)*(u(n) + |u(n)|). Conjecture: lim_{n -> oo} Real(u(n)) = 4/Pi. - Yalcin Aktar, Jul 18 2007
Ratio of the arc length of the cycloid for one period to the circumference of the corresponding circle rolling on a line. Thus, for any integral number n of revolutions of a circle of radius r, a point on the circle travels (4/Pi)*2*Pi*r*n = 8*r*n (while the center of the circle moves only 2*Pi*r*n). This ratio varies for partial revolutions and depends upon the initial position of the point with points nearest the line moving the slowest (see Dudeney, who explains how the tops of bicycle wheels move faster than the parts nearest the ground). - Rick L. Shepherd, May 05 2014
Average distance traveled in two steps of length 1 for a random walk in the plane starting at the origin. - Jean-François Alcover, Aug 04 2014
Ratio of the circle area to the area of a square having equal perimeters. - Iaroslav V. Blagouchine, May 06 2016
This is also the value of a special case (n=1) of an n-family of series considered by Hardy (see A278145): 1 + (1/2)*(1/2)^2 + (1/3)*(1*3/(2*4))^2 + (1/4)*((1*3*5) / (2*4*6))^2 + ... = Sum_{k>=0} (1/(k+1))*((2*k-1)!!/(2*k)!!)^2. - Wolfdieter Lang, Nov 14 2016
Minimum ratio of the area of a rectangle to one of its inscribed ellipses, or only existing ratio if the rectangle is a square and then the only inscribed ellipse is a circle. This ellipse has its semiaxes parallel to the sides of the rectangle. If a rectangle has sides of length 2a and 2b, its area is 4*a*b, while the ellipse inscribed has a and b as semiaxes, therefore its area is a*b*Pi. Thus the ratio is (4*a*b)/(a*b*Pi) = 4/Pi. - Giovanni Zedda, Jun 20 2019
The diameter of the conventional spherical earth is (4/Pi)*10000 km = 12732.395... km. - Jean-François Alcover, Oct 30 2021
From Jianing Song, Aug 06 2022: (Start)
sign(sin(x)) = (4/Pi) * Sum_{n>=0} sin((2*n+1)*x)/(2*n+1), for all x in R;
sign(cos(x)) = (4/Pi) * Sum_{n>=0} (-1)^n*cos((2*n+1)*x)/(2*n+1), for all x in R. (End)

Examples

			4/Pi = 1.2732395.... = 1/0.78539816...
		

References

  • Florian Cajori, A History of Mathematical Notations, Dover edition (2012), par. 195.
  • H. E. Dudeney, 536 Puzzles & Curious Problems, Charles Scribner's Sons, New York, 1967, pp. 99, 300-301, #294.
  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, p. 86.
  • G. H. Hardy, Ramanujan, AMS Chelsea Publ., Providence, RI, 2002, p. 105, eq. (7.5.1) for n=1.
  • L. B. W. Jolley, Summation of Series, Dover (1961).

Crossrefs

Cf. A079097 for terms of a generalized continued fraction for 4/Pi. Inverse of A003881. A060294, A278145, A049541 (1/Pi).

Programs

Formula

4/Pi = Product_(1-(-1)^((p-1)/2)/p) where p runs through the odd primes.
Arcsin x = (4/Pi) Sum_{n = 1, 3, 5, 7, ...} T_n(x)/n^2 (Chebyshev series of arcsin; App C of math.CA/0403344). - R. J. Mathar, Jun 26 2006
Equals 1 + Sum_{n >= 1} ((2n-3)!!/(2n)!!)^2. [Jolley eq 274]. - R. J. Mathar, Nov 03 2011
Equals binomial(1,1/2). - Bruno Berselli, May 17 2016
2*A060294 (twice Buffon's constant) = 1/Gamma(3/2)^2. - Wolfdieter Lang, Nov 14 2016
Equals 1 + Sum_{n>=0} (Catalan(n)/2^(2*n+1))^2, with Catalan(n) = A000108(n). This is the rewritten Jolley (274) series. See the above R. J. Mathar entry with (-1)!! := 1. - Ralf Steiner, Sep 18 2018
4/Pi = 1 + (1/4)*hypergeometric([1, 1/2, 1/2], [2, 2], 1) = hypergeometric([-1/2, -1/2], [1], 1). From the g.f. of Catalan^2 given in A001246. - Wolfdieter Lang, Sep 18 2018
Equals Product_{k>=1} (1 + 1/(4*k*(k+1))). - Amiram Eldar, Aug 05 2020
From Stefano Spezia, Oct 26 2024: (Start)
4/Pi = 1 + K_{n>=1} n^2/(2*n + 1), where K is the Gauss notation for an infinite continued fraction. In the expanded form, 4/Pi = 1 + 1^2/(3 + 2^2/(5 + 3^2/(7 + 4^2/(9 + 5^2/(11 + ...))))) (see Finch at p. 23).
4/Pi = Sum_{n>=0} tan(Pi/2^(n+2))/2^n (see Shamos). (End)
4/Pi = Sum_{n >= 0} (-1)^n * mu(2*n+1)/(2*n + 1), where mu(n) is the Möbius function A008683 (see, for example, Benito et al., p. 77). - Peter Bala, Jan 07 2025
Equals Integral_{x=0..1} (2*EllipticK(x))/Pi dx. - Kritsada Moomuang, Jun 04 2025

A132696 Decimal expansion of 6/Pi.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 26 2007, Nov 02 2007

Keywords

Comments

6/Pi = Volume of the cuboid (If L1>L2>L3) / Volume of the inscribed ellipsoid.
6/Pi = Volume of the cuboid (If L1>(L2=L3)) / Volume of the inscribed spheroid.
6/Pi = Volume of the regular hexahedron (or cube) / Volume of the inscribed Sphere.
6/Pi = 1 / Arc of 30 degrees.
6/Pi = Volume of the cuboid (If L1<(L2=L3)) / Volume of the inscribed spheroid.
6/Pi = Surface area of the regular hexahedron (or cube) / surface area of the inscribed sphere.

Examples

			1.90985931710274402922660516047... .
		

Crossrefs

Programs

Formula

Equals Product_{k>=1} (2k+1)^3 / ( (2k)^2*(2k+3) ). - Federico Provvedi, Nov 09 2024

Extensions

More terms from Erich Friedman, Mar 22 2008

A063723 Number of vertices in the Platonic solids (in the order tetrahedron, cube, octahedron, dodecahedron, icosahedron).

Original entry on oeis.org

4, 8, 6, 20, 12
Offset: 1

Views

Author

Henry Bottomley, Aug 14 2001

Keywords

Comments

The preferred order for these five numbers is 4, 6, 8, 12, 20 (tetrahedron, octahedron, cube, icosahedron, dodecahedron), as in A053016. - N. J. A. Sloane, Nov 05 2020
Also number of faces of Platonic solids ordered by increasing ratios of volumes to their respective circumscribed spheres. See cross-references for actual ratios. - Rick L. Shepherd, Oct 04 2009
Also the expected lengths of nontrivial random walks along the edges of a Platonic solid from one vertex back to itself. - Jens Voß, Jan 02 2014

Examples

			a(2) = 8 since a cube has eight vertices.
		

Crossrefs

Cf. A165922 (tetrahedron), A049541 (octahedron), A165952 (cube), A165954 (icosahedron), A165953 (dodecahedron). - Rick L. Shepherd, Oct 04 2009
Cf. A234974. - Jens Voß, Jan 02 2014

Formula

a(n) = A063722(n) - A053016(n) + 2.

A132702 Decimal expansion of 12/Pi.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 26 2007

Keywords

Comments

From Bernard Schott, Apr 17 2022: (Start)
For any triangle ABC, (see Crux Mathematicorum):
(b+c)/A + (c+a)/B + (a+b)/C >= (12/Pi) * s,
b*c/(A*(s-a)) + c*a/(B*(s-b)) + a*b/(C*(s-c)) >= (12/Pi) * s,
where (A,B,C) are the angles (measured in radians), (a,b,c) the side lengths of this triangle and s the semiperimeter.
Equality stands iff triangle ABC is equilateral. (End)

Examples

			3.819718634...
		

Crossrefs

Programs

Formula

Equals 2*A132696 = 4*A089491 = 6*A060294. -R. J. Mathar, Jul 29 2024

Extensions

More terms from Vladimir Joseph Stephan Orlovsky, Jun 19 2009

A132699 Decimal expansion of 9/Pi.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 26 2007

Keywords

Comments

9/Pi = 2.864788975654...

Crossrefs

Programs

Extensions

More terms from Vladimir Joseph Stephan Orlovsky, Jun 19 2009

A132701 Decimal expansion of 11/Pi.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 26 2007

Keywords

Examples

			3.501408748021697...
		

Crossrefs

Programs

Extensions

More terms from Vladimir Joseph Stephan Orlovsky, Jun 19 2009

A098319 a(1)=0, and a(n+1) is the position of first occurrence of a(n) in the decimal expansion of 1/Pi.

Original entry on oeis.org

0, 5, 19, 41, 717, 925, 358, 1004, 5044, 6981, 2520, 7559, 139, 694, 919, 40, 36, 126, 663, 1745, 3950, 12447, 18530, 22257, 82998, 27887, 5940, 1387, 3601, 2344, 2795, 2422, 49157, 6577, 5816, 10987, 36519, 334412, 153716, 1055197, 11437580
Offset: 1

Views

Author

Mark Hudson (mrmarkhudson(AT)hotmail.com), Sep 02 2004

Keywords

Comments

The equivalent sequence for Zeta(3) repeated after very few terms. When, if ever, does this sequence start to repeat?

Examples

			1/Pi = 0.31830988618379067153...
a(1)=0; a(2)=5 because the 5th decimal digit after the "0." is 0; a(3)=19 because the 19th digit is 5, etc.
		

Crossrefs

Cf. A098266 (for e version), A097614 (for Pi version), A098289 (for log(2) version), A098290 (for Zeta(3) version), A049541 for digits of 1/Pi.

Extensions

a(38)-a(39) from Nathaniel Johnston, Apr 30 2011
a(40) and a(41) from D. S. McNeil, Aug 27 2011

A073243 Decimal expansion of exp(-LambertW(log(Pi))), solution to x = 1/Pi^x.

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Jul 28 2002

Keywords

Comments

Original definition: Limit of (1/Pi)^...^(1/Pi), n times, as n approaches infinity. Equals exp(-LambertW(log(Pi))).
The value can be obtained by iterating x -> 1/Pi^x with any real starting value, but convergence is linear and slow: about 5 iterations are needed for each additional decimal digit. - M. F. Hasler, Nov 01 2011
According to the Weisstein link, infinite iterated exponentiation such as used here, which is referred to both as an "infinite power tower" and "h(x)" -- with graph and other notations -- "converges iff e^(-e) <= x <= e^(1/e) as shown by Euler (1783) and Eisenstein (1844)" (citing Le Lionnais and Wells references). e^(-e) = A073230. e^(1/e) = A073229. x of interest here = 1/Pi = A049541. (1/A073243)^(1/A073243) = A030437^A030437 = Pi.
If y = h(x) = x^x^x^... converges, then by substitution y = x^y. So x^x^x^... is a solution y to the equation y^(1/y) = x. - Jonathan Sondow, Aug 27 2011
The expressions involving "..." in the above comment are misleading, since the limit is not obtained by applying additional "^x" to the previous expression, i.e., iterating "t -> t^x", but corresponds to iterations of "t -> x^t". - M. F. Hasler, Nov 01 2011

Examples

			0.53934349886230120806079568445...
		

Crossrefs

Cf. A000796 (Pi), A049541 (1/Pi), A073240 ((1/Pi)^(1/Pi)), A073241 ((1/Pi)^(1/Pi)^(1/Pi)), A030437 (reciprocal of A073243), A030178 (corresponding limit for 1/e), A030797 (reciprocal of A030178).

Programs

  • Mathematica
    y /. FindRoot[y^(1/y) == 1/Pi, {y, 1}, WorkingPrecision -> 100] (* Jonathan Sondow, Aug 27 2011 *)
    First[RealDigits[Exp[-ProductLog[Log[Pi]]], 10, 104]] (* Vladimir Reshetnikov, Nov 01 2011 *)
  • PARI
    /* The program below was run with precision set to 1000 digits */ /* n is the number of iterated exponentiations performed. */ /* (n turns out to be 954 with 1E-200 specified here) */ n=0; s=1/Pi; t=1; while(abs(t-s)>1E-200, t=s; s=(1/Pi)^s; n++); print(n,",",s)
    
  • PARI
    solve(x=0,1,x-1/Pi^x)  \\ M. F. Hasler, Nov 01 2011

Formula

x = LambertW(log(Pi))/log(Pi), solution to Pi^x=1/x. - M. F. Hasler, Nov 01 2011

A092742 Decimal expansion of 1/Pi^2.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 12 2004

Keywords

Comments

The asymptotic density of squarefree numbers that are divisible by 5. - Amiram Eldar, Mar 25 2021

Examples

			0.101321183642337771443879463209727638904358774672246548845609...
		

References

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

Crossrefs

Cf. A000796 (Pi), A002388 (Pi^2), A091925 (Pi^3), A092425 (Pi^4), A092731 (Pi^5), A092732 (Pi^6), A092735 (Pi^7), A092736 (Pi^8).
Cf. A049541 (1/Pi), A092743 (1/Pi^3), A092744 (1/Pi^4), A092745 (1/Pi^5), A092746 (1/Pi^6), A092747 (1/Pi^7), A092748 (1/Pi^8).

Programs

Showing 1-10 of 86 results. Next