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

A104956 Decimal expansion of the area of the regular hexagon with circumradius 1.

Original entry on oeis.org

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

Views

Author

Joseph Biberstine (jrbibers(AT)indiana.edu), Mar 30 2005

Keywords

Comments

Equivalently, the area in the complex plane of the smallest convex set containing all order-6 roots of unity.
Subtracting 2.5 (i.e., dropping the first two digits) we obtain 0.09807.... which is a limiting mean cluster density for a bond percolation model at probability 1/2 [Finch]. - R. J. Mathar, Jul 26 2007
This constant is also the minimum radius of curvature of the exponential curve (occurring at x = -log(2)/2 = -0.34657359...). - Jean-François Alcover, Dec 19 2016
Luminet proves that this is the critical impact parameter of a bare black hole, in multiples of the Schwarzschild radius. That is, light from a distant source coming toward a black hole is captured by the black hole at smaller distances and deflected at larger distances. - Charles R Greathouse IV, May 21 2022
For any triangle ABC, sin(A) + sin(B) + sin(C) <= 3*sqrt(3)/2, equality is obtained only when the triangle is equilateral (see the Kiran S. Kedlaya link). - Bernard Schott, Sep 16 2022
Surface area of a triangular bipyramid (Johnson solid J_12) with unit edges. - Paolo Xausa, Aug 04 2025

Examples

			2.59807621135331594029116951225880855041420788071557094208371046917789952536320...
		

References

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

Crossrefs

Cf. Areas of other regular polygons: A120011, A102771, A178817, A090488, A256853, A178816, A256854, A178809.

Programs

  • Mathematica
    Floor[n/2]*Sin[(2*Pi)/n] - Sin[(4*Pi*Floor[n/2])/n]/2 /. n -> 6
    RealDigits[(3*Sqrt[3])/2, 10, 50][[1]] (* G. C. Greubel, Jul 03 2017 *)
  • PARI
    3*sqrt(3)/2 \\ G. C. Greubel, Jul 03 2017

Formula

Equals (3*sqrt(3))/2, that is, 2*A104954.
Equals Product_{k>=3} (((k - 1)^2*(k + 2))/((k + 1)^2*(k - 2)))^(k/2). - Antonio Graciá Llorente, Oct 13 2024

A090488 Decimal expansion of 2 + 2*sqrt(2).

Original entry on oeis.org

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

Views

Author

Felix Tubiana, Feb 05 2004

Keywords

Comments

Side length of smallest square containing five circles of radius 1. - Charles R Greathouse IV, Apr 05 2011
Equals n + n/(n +n/(n +n/(n +....))) for n = 4. See also A090388. - Stanislav Sykora, Jan 23 2014
Also the area of a regular octagon with unit edge length. - Stanislav Sykora, Apr 12 2015
The positive solution to x^2 - 4*x - 4 = 0. The negative solution is -1 * A163960 = -0.82842... . - Michal Paulovic, Dec 12 2023

Examples

			4.828427124746190097603377448419396157139343750...
		

Crossrefs

Cf. n+n/(n+n/(n+...)): A090388 (n=2), A090458 (n=3), A090550 (n=5), A092294 (n=6), A092290 (n=7), A090654 (n=8), A090655 (n=9), A090656 (n=10). - Stanislav Sykora, Jan 23 2014
Cf. Areas of other regular polygons: A120011, A102771, A104956, A178817, A256853, A178816, A256854, A178809.

Programs

Formula

Equals 1 + A086178 = 2*A014176. - R. J. Mathar, Sep 03 2007
From Michal Paulovic, Dec 12 2023: (Start)
Equals A010466 + 2.
Equals A156035 - 1.
Equals A157258 - 5.
Equals A163960 + 4.
Equals A365823 - 2.
Equals [4; 1, 4, ...] (periodic continued fraction expansion).
Equals sqrt(4 + 4 * sqrt(4 + 4 * sqrt(4 + 4 * sqrt(4 + 4 * ...)))). (End)

Extensions

Better definition from Rick L. Shepherd, Jul 02 2004

A102771 Decimal expansion of area of a regular pentagon with unit edge length.

Original entry on oeis.org

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

Views

Author

Bryan Jacobs (bryanjj(AT)gmail.com), Feb 10 2005

Keywords

Examples

			1.720477400588966922759011977...
		

Crossrefs

Cf. Areas of other regular polygons: A120011, A104956, A178817, A090488, A256853, A178816, A256854, A178809.

Programs

  • Mathematica
    RealDigits[(5/4)*Sqrt[GoldenRatio^3/Sqrt[5]], 10, 50][[1]] (* G. C. Greubel, Jul 03 2017 *)
  • PARI
    5/(4*tan(Pi/5)) \\ Michel Marcus, Mar 25 2015

Formula

Equals sqrt(25 + 10*sqrt(5)) / 4.
Equals (3*phi+1)*sqrt(3-phi) with the golden section phi = (1 + sqrt(5))/2. - Wolfdieter Lang, Jan 25 2013
Equals 5/(4*tan(Pi/5)). - Michel Marcus, Mar 25 2015
Equals (5/4)*sqrt(phi^3/sqrt(5)). - G. C. Greubel, Jul 03 2017

Extensions

Corrected the title. - Stanislav Sykora, Apr 12 2015

A057357 a(n) = floor(3*n/7).

Original entry on oeis.org

0, 0, 0, 1, 1, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13, 14, 14, 15, 15, 15, 16, 16, 17, 17, 18, 18, 18, 19, 19, 20, 20, 21, 21, 21, 22, 22, 23, 23, 24, 24, 24, 25, 25, 26, 26, 27, 27, 27, 28, 28, 29, 29, 30, 30, 30, 31, 31, 32, 32
Offset: 0

Views

Author

Keywords

Comments

The cyclic pattern (and numerator of the gf) is computed using Euclid's algorithm for GCD.
This sequence relates to 3/7 = 0.42857142... (essentially given by A020806). It differs from the Beatty sequence A308358 for sqrt(3)/4 = 0.43301270... = A120011.

References

  • N. Dershowitz and E. M. Reingold, Calendrical Calculations, Cambridge University Press, 1997.
  • R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics, Addison-Wesley, NY, 1994.

Crossrefs

Programs

Formula

G.f.: (1+x^2+x^4)*x^3/((1-x)*(1-x^7)) - Bruce Corrigan (scentman(AT)myfamily.com), Jul 03 2002
for all m>=0 a(7m)=0 mod 3; a(7m+1)=0 mod 3; a(7m+2)= 0 mod 3; a(7m+3) = 1 mod 3; a(5m+4) = 1 mod 3; a(7m+5) = 2 mod 3; a(7m+6) = 2 mod 3 - Bruce Corrigan (scentman(AT)myfamily.com), Jul 03 2002
Sum_{n>=3} (-1)^(n+1)/a(n) = log(2)/3 (A193535). - Amiram Eldar, Sep 30 2022

A178809 Decimal expansion of the area of the regular 12-gon (dodecagon) of edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Surface area of a regular hexagonal prism with unit side length and height. - Wesley Ivan Hurt, May 04 2021

Examples

			11.196152422706631880582339024517617100828415761431141884167420938355...
		

Crossrefs

Programs

Formula

Equals 6+3*sqrt(3).
Equals 1 + A176532 = 6 + A010482. - R. J. Mathar, Jun 25 2010

Extensions

Offset corrected and keyword:cons inserted by R. J. Mathar, Jun 25 2010

A178817 Decimal expansion of the area of the regular 7-gon (heptagon) of edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			3.63391244400158899253619300760022057873501036159544491714598040951029...
		

Crossrefs

Cf. Areas of other regular polygons: A120011, A102771, A104956, A090488, A256853, A178816, A256854, A178809.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:=RealField(); 7*Cot(Pi(R)/7)/4; // G. C. Greubel, Jan 22 2019
    
  • Maple
    evalf[120]((7/4)*cot(Pi/7)); # Muniru A Asiru, Jan 22 2019
  • Mathematica
    RealDigits[7*Cot[Pi/7]/4, 10, 100][[1]]
  • PARI
    p=7; a=(p/4)*cotan(Pi/p)  \\ Set realprecision in excess. - Stanislav Sykora, Apr 12 2015
    
  • Sage
    numerical_approx(7*cot(pi/7)/4, digits=100) # G. C. Greubel, Jan 22 2019

Formula

Equals (7/4) * cot(Pi/7).
From Michal Paulovic, Dec 27 2022: (Start)
Equals 7 / (4 * tan(Pi/7)) = 7 / (4 * A343058).
Equals sqrt(7/3 * (35 + 2 * 196^(1/3) * ((13 - 3 * sqrt(3) * i)^(1/3) + (13 + 3 * sqrt(3) * i)^(1/3)))) / 4.
Equals sqrt(7/4) * sqrt(35/12 + (637/54 - sqrt(-2401/108))^(1/3) + (637/54 + sqrt(-2401/108))^(1/3)).
(End)
A root of the polynomial 4096*x^6 - 62720*x^4 + 115248*x^2 - 16807. - Joerg Arndt, Jan 02 2023

A256853 Decimal expansion of the area of a unit 9-gon.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Apr 12 2015

Keywords

Comments

From Michal Paulovic, May 09 2024: (Start)
This constant multiplied by the square of the side length of a regular enneagon equals the area of that enneagon.
9^2 divided by this constant equals 36 * tan(Pi/9) = 13.10292843... which is the perimeter and the area of an equable enneagon with its side length 4 * tan(Pi/9) = 1.45588093... . (End)

Examples

			6.181824193772900127213744059619763614941713348134358098386864...
		

Crossrefs

Cf. A000796, A019669, A019670, A019673, A019676, A019685, A019968, A120011 (p=3), A102771 (p=5), A104956 (p=6), A178817 (p=7), A090488 (p=8), A178816 (p=10), A256854 (p=11), A178809 (p=12).

Programs

  • Maple
    evalf(9 / (4 * tan(Pi/9)), 100); # Michal Paulovic, May 09 2024
  • Mathematica
    RealDigits[(9/4)*Cot[Pi/9], 10, 50][[1]] (* G. C. Greubel, Jul 03 2017 *)
  • PARI
    p=9; a=(p/4)*cotan(Pi/p)        \\ Use realprecision in excess

Formula

Equals (p/4)*cot(Pi/p), with p = 9.
From Michal Paulovic, May 09 2024: (Start)
Equals 9 * sqrt(2 / (1 - sin(5 * A000796 / 18)) - 1) / 4.
Equals 9 * sqrt(2 / (1 - sin(5 * A019669 / 9)) - 1) / 4.
Equals 9 * sqrt(2 / (1 - sin(5 * A019670 / 6)) - 1) / 4.
Equals 9 * sqrt(2 / (1 - sin(5 * A019673 / 3)) - 1) / 4.
Equals 9 * sqrt(2 / (1 - sin(5 * A019676 / 2)) - 1) / 4.
Equals 9 * sqrt(2 / (1 - sin(50 * A019685)) - 1) / 4.
Equals 9 * sqrt(2 / (1 - sin(5 * Pi / 18)) - 1) / 4.
Equals 9 * sqrt(4 / (2 - i^(4/9) - i^(-4/9)) - 1) / 4.
Equals 9 * sqrt(1 / (8 - (-32 + sqrt(-3072))^(1/3) - (-32 - sqrt(-3072))^(1/3)) - 1/16). (End)
Largest of the 6 real-valued roots of 4096*x^6 -186624*x^4 +1154736*x^2 -177147 =0. - R. J. Mathar, Aug 29 2025

A178816 Decimal expansion of the area of the regular 10-gon (decagon) of edge length 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

An algebraic number with degree 4 and denominator 2; minimal polynomial 16x^4 - 1000x^2 + 3125. - Charles R Greathouse IV, Apr 25 2016
This equals in a regular pentagon inscribed in a unit circle with vertices V0 = (x, y) = (1, 0), and V1..V4 in the counterclockwise sense, one tenth of the y-coordinate of the midpoint of side (V1,V2), named M1: M1_y = (2*sqrt(3 - phi) + sqrt(7 - 4*phi))/4 = sqrt(3 + 4*phi)/4. The x-coordinate is M1_x = -1/4. - Wolfdieter Lang, Jan 09 2018

Examples

			7.69420884293813350642572644009227456001675535884448106759789062593715...
sqrt(3 + 4*phi)/4 = 0.769420884293813350642572644009227456001675535884... - _Wolfdieter Lang_, Jan 09 2018
		

Crossrefs

Cf. Areas of other regular polygons: A120011, A102771, A104956, A178817, A090488, A256853, A256854, A178809.
Cf. A001622.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); 5*Sqrt(2*Sqrt(5)+5)/2; // G. C. Greubel, Jan 22 2019
    
  • Maple
    evalf[120](5*sqrt(5+2*sqrt(5))/2); # Muniru A Asiru, Jan 22 2019
  • Mathematica
    RealDigits[5*Sqrt[5+2*Sqrt[5]]/2, 10, 100][[1]]
  • PARI
    5*sqrt(2*sqrt(5)+5)/2 \\ Charles R Greathouse IV, Apr 25 2016
    
  • Sage
    numerical_approx(5*sqrt(2*sqrt(5)+5)/2, digits=100) # G. C. Greubel, Jan 22 2019

Formula

Digits of 5*sqrt(5+2*sqrt(5))/2 = (5/2)*sqrt(3 + 4*phi), with phi from A001622.

A256854 Decimal expansion of area of a regular 11-gon with unit edge length.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Apr 12 2015

Keywords

Examples

			9.36563990694543752488235845328433428788257496183502738768931...
		

Crossrefs

Cf. A000796, A120011 (p=3), A102771 (p=5), A104956 (p=6), A178817 (p=7), A090488 (p=8), A256853 (p=9), A178816 (p=10), A178809 (p=12).

Programs

  • Mathematica
    RealDigits[11/4 Cot[Pi/11],10,120][[1]] (* Harvey P. Dale, Apr 03 2016 *)
  • PARI
    p=11; a=(p/4)*cotan(Pi/p)        \\ Use realprecision in excess

Formula

Equals (p/4)*cot(Pi/p), with p = 11.

A384141 Decimal expansion of the surface area of an elongated pentagonal bipyramid with unit edge.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, May 20 2025

Keywords

Comments

The elongated pentagonal bipyramid is Johnson solid J_16.

Examples

			9.3301270189221932338186158537646809173570131345...
		

Crossrefs

Cf. A384140 (volume).
Cf. A002163.
Essentially the same as A120011.

Programs

  • Mathematica
    First[RealDigits[5*(2 + Sqrt[3])/2, 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["J16", "SurfaceArea"], 10, 100]]

Formula

Equals 5*(2 + sqrt(3))/2 = 5*(2 + A002194)/2.
Equals the largest root of 4*x^2 - 40*x + 25.
Showing 1-10 of 30 results. Next