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

A014176 Decimal expansion of the silver mean, 1+sqrt(2).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

From Hieronymus Fischer, Jan 02 2009: (Start)
Set c:=1+sqrt(2). Then the fractional part of c^n equals 1/c^n, if n odd. For even n, the fractional part of c^n is equal to 1-(1/c^n).
c:=1+sqrt(2) satisfies c-c^(-1)=floor(c)=2, hence c^n + (-c)^(-n) = round(c^n) for n>0, which follows from the general formula of A001622.
1/c = sqrt(2)-1.
See A001622 for a general formula concerning the fractional parts of powers of numbers x>1, which satisfy x-x^(-1)=floor(x).
Other examples of constants x satisfying the relation x-x^(-1)=floor(x) include A001622 (the golden ratio: where floor(x)=1) and A098316 (the "bronze" ratio: where floor(x)=3). (End)
In terms of continued fractions the constant c can be described by c=[2;2,2,2,...]. - Hieronymus Fischer, Oct 20 2010
Side length of smallest square containing five circles of diameter 1. - Charles R Greathouse IV, Apr 05 2011
Largest radius of four circles tangent to a circle of radius 1. - Charles R Greathouse IV, Jan 14 2013
An analog of Fermat theorem: for prime p, round(c^p) == 2 (mod p). - Vladimir Shevelev, Mar 02 2013
n*(1+sqrt(2)) is the perimeter of a 45-45-90 triangle with hypotenuse n. - Wesley Ivan Hurt, Apr 09 2016
This algebraic integer of degree 2, with minimal polynomial x^2 - 2*x - 1, is also the length ratio diagonal/side of the second largest diagonal in the regular octagon (not counting the side). The other two diagonal/side ratios are A179260 and A121601. - Wolfdieter Lang, Oct 28 2020
c^n = A001333(n) + A000129(n) * sqrt(2). - Gary W. Adamson, Apr 26 2023
c^n = c * A000129(n) + A000129(n-1), where c = 1 + sqrt(2). - Gary W. Adamson, Aug 30 2023

Examples

			2.414213562373095...
		

References

  • B. C. Berndt, Ramanujan's Notebooks Part II, Springer-Verlag, p. 140, Entry 25.

Crossrefs

Apart from initial digit the same as A002193.
See A098316 for [3;3,3,...]; A098317 for [4;4,4,...]; A098318 for [5;5,5,...]. - Hieronymus Fischer, Oct 20 2010

Programs

  • Maple
    Digits:=100: evalf(1+sqrt(2)); # Wesley Ivan Hurt, Apr 09 2016
  • Mathematica
    RealDigits[1 + Sqrt@ 2, 10, 111] (* Or *)
    RealDigits[Exp@ ArcSinh@ 1, 10, 111][[1]] (* Robert G. Wilson v, Aug 17 2011 *)
    Circs[n_] := With[{r = Sin[Pi/n]/(1 - Sin[Pi/n])}, Graphics[Append[
      Table[Circle[(r + 1) {Sin[2 Pi k/n], Cos[2 Pi k/n]}, r], {k, n}],   {Blue, Circle[{0, 0}, 1]}]]] Circs[4] (* Charles R Greathouse IV, Jan 14 2013 *)
  • PARI
    1+sqrt(2) \\ Charles R Greathouse IV, Jan 14 2013

Formula

Conjecture: 1+sqrt(2) = lim_{n->oo} A179807(n+1)/A179807(n).
Equals cot(Pi/8) = tan(Pi*3/8). - Bruno Berselli, Dec 13 2012, and M. F. Hasler, Jul 08 2016
Silver mean = 2 + Sum_{n>=0} (-1)^n/(P(n-1)*P(n)), where P(n) is the n-th Pell number (A000129). - Vladimir Shevelev, Feb 22 2013
Equals exp(arcsinh(1)) which is exp(A091648). - Stanislav Sykora, Nov 01 2013
Limit_{n->oo} exp(asinh(cos(Pi/n))) = sqrt(2) + 1. - Geoffrey Caveney, Apr 23 2014
exp(asinh(cos(Pi/2 - log(sqrt(2)+1)*i))) = exp(asinh(sin(log(sqrt(2)+1)*i))) = i. - Geoffrey Caveney, Apr 23 2014
Equals Product_{k>=1} A047621(k) / A047522(k) = (3/1) * (5/7) * (11/9) * (13/15) * (19/17) * (21/23) * ... . - Dimitris Valianatos, Mar 27 2019
From Wolfdieter Lang, Nov 10 2023:(Start)
Equals lim_{n->oo} A000129(n+1)/A000129(n) (see A000129, Pell).
Equals lim_{n->oo} S(n+1, 2*sqrt(2))/S(n, 2*sqrt(2)), with the Chebyshev S(n,x) polynomial (see A049310). (End)
From Peter Bala, Mar 24 2024: (Start)
An infinite family of continued fraction expansions for this constant can be obtained from Berndt, Entry 25, by setting n = 1/2 and x = 8*k + 6 for k >= 0.
For example, taking k = 0 and k = 1 yields
sqrt(2) + 1 = 15/(6 + (1*3)/(12 + (5*7)/(12 + (9*11)/(12 + (13*15)/(12 + ... + (4*n + 1)*(4*n + 3)/(12 + ... )))))) and
sqrt(2) + 1 = (715/21) * 1/(14 + (1*3)/(28 + (5*7)/(28 + (9*11)/(28 + (13*15)/(28 + ... + (4*n + 1)*(4*n + 3)/(28 + ... )))))). (End)

A179260 Decimal expansion of the connective constant of the honeycomb lattice.

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Jul 06 2010

Keywords

Comments

This is the case n=8 of the ratio Gamma(1/n)*Gamma((n-1)/n)/(Gamma(2/n)*Gamma((n-2)/n)). - Bruno Berselli, Dec 13 2012
An algebraic integer of degree 4: largest root of x^4 - 4x^2 + 2. - Charles R Greathouse IV, Nov 05 2014
This number is also the length ratio of the shortest diagonal (not counting the side) of the octagon and the side. This ratio is A121601 for the longest diagonal. - Wolfdieter Lang, May 11 2017 [corrected Oct 28 2020]
From Wolfdieter Lang, Apr 29 2018: (Start)
This constant appears in a historic problem posed by Adriaan van Roomen (Adrianus Romanus) in his Ideae mathematicae from 1593, solved by Viète. See the Havil reference, problem 3, pp. 69-74. See also the comments in A302711 with the Romanus link and his Exemplum tertium.
This problem is equivalent to R(45, 2*sin(Pi/120)) = 2*sin(3*Pi/8) with a special case of monic Chebyshev polynomials of the first kind, named R, given in A127672. For the constant 2*sin(Pi/120) see A302715. (End)

Examples

			1.84775906502257351225636637879357657364483325172728497223019546256107001500...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.10, p. 333.
  • Julian Havil, The Irrationals, A Story of the Numbers You Can't Count On, Princeton University Press, Princeton and Oxford, 2012, pp. 69-74.
  • Neal Madras and Gordon Slade, Self-avoiding walks, Probability and its Applications, Birkhäuser Boston, Inc. Boston, MA, 1993.

Crossrefs

Programs

Formula

sqrt(2+sqrt(2)) = (2/1)(6/7)(10/9)(14/15)(18/17)(22/23)... (see Sondow-Yi 2010).
Equals 1/A154739. - R. J. Mathar, Jul 11 2010
Equals 2*A144981. - Paul Muljadi, Aug 23 2010
log (A001668(n)) ~ n log k where k = sqrt(2+sqrt(2)). - Charles R Greathouse IV, Nov 08 2013
2*cos(Pi/8) = sqrt(2+sqrt(2)). See a remark on the smallest diagonal in the octagon above. - Wolfdieter Lang, May 11 2017
Equals also 2*sin(3*Pi/8). See the comment on van Roomen's third problem above. - Wolfdieter Lang, Apr 29 2018
Equals i^(1/4) + i^(-1/4). - Gary W. Adamson, Jul 06 2022
Equals Product_{k>=0} ((8*k + 2)*(8*k + 6))/((8*k + 1)*(8*k + 7)). - Antonio Graciá Llorente, Feb 24 2024
Equals Product_{k>=1} (1 - (-1)^k/A047522(k)). - Amiram Eldar, Nov 22 2024

A121602 Decimal expansion of cosecant of 20 degrees = csc(Pi/9).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Aug 09 2006

Keywords

Comments

1 + csc(Pi/9) is the radius of the smallest circle into which 11 unit circles can be packed ("r=3.923+ Proved by Melissen in 1994.", according to the Friedman link, which has a diagram). csc(Pi/9) [=1/A019829] is the distance between the center of the larger circle and the center of each unit circle that touches the larger circle.

Examples

			2.9238044001630872522327544133662917...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Csc[20 Degree],10,120][[1]] (* Harvey P. Dale, May 27 2023 *)
  • PARI
    1/sin(Pi/9)
    
  • PARI
    polrootsreal(3*x^6-36*x^4+96*x^2-64)[6] \\ Charles R Greathouse IV, Feb 04 2025

A352125 Decimal expansion of Pi*sqrt(2)*sqrt(2 + sqrt(2))/8.

Original entry on oeis.org

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

Views

Author

Stefano Spezia, Mar 05 2022

Keywords

Examples

			1.02617215297703088887146778087283197497962...
		

References

  • Jean-François Pabion, Éléments d'Analyse Complexe, licence de Mathématiques, page 111, Ellipses, 1995.

Crossrefs

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

Programs

  • Mathematica
    First[RealDigits[N[Pi*Sqrt[2]Sqrt[2+Sqrt[2]]/8,95]]]
  • PARI
    Pi*sqrt(4 + 2*sqrt(2))/8 \\ Michel Marcus, Mar 07 2022

Formula

Equals Integral_{x=0..oo} 1/(1 + x^8) dx.
Equals Pi*csc(Pi/8)/8.
Equals 1/Product_{k>=1} (1 - 1/(8*k)^2). - Amiram Eldar, Mar 12 2022
Equals Product_{k>=2} (1 + (-1)^k/A047522(k)). - Amiram Eldar, Nov 22 2024

A188618 Decimal expansion of (diagonal)/(shortest side) of 1st electrum rectangle.

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Apr 06 2011

Keywords

Comments

The 1st electrum rectangle is introduced here as a rectangle whose length L and width W satisfy L/W=(1+sqrt(3))/2. The name of this shape refers to the alloy of gold and silver known as electrum, in view of the existing names "golden rectangle" and "silver rectangle" and these continued fractions:
golden ratio: L/W=[1,1,1,1,1,1,1,1,1,1,1,...]
silver ratio: L/W=[2,2,2,2,2,2,2,2,2,2,2,...]
1st electrum ratio: L/W=[1,2,1,2,1,2,1,2,...]
2nd electrum ratio: L/W=[2,1,2,1,2,1,2,1,...].
Recall that removal of 1 square from a golden rectangle leaves a golden rectangle, and that removal of 2 squares from a silver rectangle leaves a silver rectangle. Removal of a square from a 1st electrum rectangle leaves a silver rectangle; removal of 2 squares from a 2nd electrum rectangle leaves a golden rectangle.

Examples

			1.6929339632083818...
		

Crossrefs

Cf. A188593 (golden), A121601 (silver), A188619 (2nd electrum).

Programs

  • Mathematica
    h=(1+3^(1/2))/2; (* continued fraction: h=[1,2,1,2,...]. *)
    r=(1+h^2)^(1/2);
    RealDigits[N[r, 130]][[1]]

Formula

Equals sqrt(2+(1/2)sqrt(3)).

A188619 Decimal expansion of (diagonal)/(shortest side) of 2nd electrum rectangle.

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Apr 06 2011

Keywords

Comments

The 2nd electrum rectangle is introduced here as a rectangle whose length L and width W satisfy L/W=1+sqrt(3). The name of this shape refers to the alloy of gold and silver known as electrum, in view of the existing names "golden rectangle" and "silver rectangle" and these continued fractions:
golden ratio: L/W=[1,1,1,1,1,1,1,1,1,1,1,...]
silver ratio: L/W=[2,2,2,2,2,2,2,2,2,2,2,...]
1st electrum ratio: L/W=[1,2,1,2,1,2,1,2,...]
2nd electrum ratio: L/W=[2,1,2,1,2,1,2,1,...].
Recall that removal of 1 square from a golden rectangle leaves a golden rectangle, and that removal of 2 squares from a silver rectangle leaves a silver rectangle. Removal of a square from a 1st electrum rectangle leaves a silver rectangle; removal of 2 squares from a 2nd electrum rectangle leaves a golden rectangle.

Examples

			(diagonal/shortest side) = 2.9093129111764094646 approximately.
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.13 Steinitz Constants, p. 241.

Crossrefs

Cf. A188593 (golden), A121601 (silver), A188618 (1st electrum).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Sqrt(5+2*Sqrt(3)); // G. C. Greubel, Nov 02 2018
  • Mathematica
    h = 1 + 3^(1/2); r = (1 + h^2)^(1/2)
    FullSimplify[r]
    N[r, 130] (* ratio of diagonal h to shortest side; h=[1,2,1,2,1,2,...] *)
    RealDigits[N[r, 130]][[1]]
    RealDigits[Sqrt[5 + 2*Sqrt[3]], 10, 100][[1]] (* G. C. Greubel, Nov 02 2018 *)
  • PARI
    default(realprecision, 100); sqrt(5+2*sqrt(3)) \\ G. C. Greubel, Nov 02 2018
    

Formula

Equals sqrt(5+2*sqrt(3)).

A121603 Numbers n such that the radius of the smallest circle into which n unit circles can be packed is 1 + csc(Pi/k), where k >= 2 is an integer.

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Aug 09 2006

Keywords

Comments

Corresponding k values are in A121604. For these n, the centers of k unit circles can form a regular k-gon with sides of length 2 centered at the center of the larger circle. From the diagrams in the link it appears likely that 13,18,19 are the next three terms.

Examples

			See A121602 for the case n=11 involving a 9-gon.
		

Crossrefs

A121604 Numbers k such that the radius of the smallest circle into which A121603(m) unit circles can be packed is 1 + csc(Pi/k).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Aug 09 2006

Keywords

Comments

From the diagrams in the link it appears likely that 10,12,12 are the next three terms.

Examples

			See A121602 for the case a(8) = 9 pertaining to A121603(8) = 11 unit circles.
		

Crossrefs

A337301 Triangle read by rows in which row n lists the closest integers to diagonal lengths of regular n-gon with unit edge length, n >= 4.

Original entry on oeis.org

1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 3, 3, 3, 3, 2, 2, 3, 3, 3, 3, 3, 2, 2, 3, 3, 4, 4, 3, 3, 2, 2, 3, 3, 4, 4, 4, 3, 3, 2, 2, 3, 3, 4, 4, 4, 4, 3, 3, 2, 2, 3, 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 3, 4, 4, 5, 5, 5, 5, 4, 4, 3, 2, 2, 3, 4, 4, 5, 5, 5, 5, 5, 4, 4, 3, 2
Offset: 4

Views

Author

Mohammed Yaseen, Aug 22 2020

Keywords

Examples

			Triangle begins:
1;
2, 2;
2, 2, 2;
2, 2, 2, 2;
2, 2, 3, 2, 2;
2, 3, 3, 3, 3, 2;
2, 3, 3, 3, 3, 3, 2;
2, 3, 3, 4, 4, 3, 3, 2;
2, 3, 3, 4, 4, 4, 3, 3, 2;
2, 3, 3, 4, 4, 4, 4, 3, 3, 2;
2, 3, 4, 4, 4, 4, 4, 4, 4, 3, 2;
2, 3, 4, 4, 5, 5, 5, 5, 4, 4, 3, 2;
2, 3, 4, 4, 5, 5, 5, 5, 5, 4, 4, 3, 2;
...
Row n lists the closest integers to the length of the diagonals drawn from a fixed vertex of a regular n-gon with unit edge length, n >= 4.
The lengths of the diagonals drawn from vertex A of a regular 8-gon ABCDEFGH with unit edge length are:
AC = 1.84775...
AD = 2.41421...
AE = 2.61312...
AF = 2.41421...
AG = 1.84775...
So the row for n=8 is 2, 2, 3, 2, 2.
		

Crossrefs

Cf. A064313.
Decimal expansion of diagonal lengths of regular n-gons with unit edge length:
n=4 A002193.
n=5 A001622.
n=9 A332437.
n=11 A231186.

Programs

  • Mathematica
    T[n_,k_]:=Round[Sin[(k+1)*Pi/n]/Sin[Pi/n]]; Flatten[Table[T[n,k],{n,4,16},{k,1,n-3}]] (* Stefano Spezia, Sep 07 2020 *)

Formula

T(n,k) = round(sin((k+1)*Pi/n)/sin(Pi/n)), n >= 4, 1 <= k <= n-3.

A337939 Irregular triangle T(n, m) read by rows: row n gives the distinct length ratios diagonal/side of regular n-gons, DSR(n, k), for n >= 2, k = 1, 2, ..., floor(n/2), expressed by the coefficients in the power basis of the Galois group Gal(Q(rho(n))/Q), where rho(n) = 2*cos(Pi/n), for n >= 2. T(1, 1) is set to 1.

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 2, 1, 0, 1, -1, 0, 1, 1, 0, 1, -1, 0, 1, 0, -2, 0, 1, 1, 0, 1, -1, 0, 1, 1, 1, 1, 0, 1, -1, 0, 1, 0, -2, 0, 1, -4, 0, 2, 1, 0, 1, -1, 0, 1, 0, -2, 0, 1, 1, 0, -3, 0, 1, 1, 0, 1, -1, 0, 1, 0, -2, 0, 1, 0, 0, 1, 0, 2
Offset: 1

Views

Author

Wolfdieter Lang, Jan 15 2021

Keywords

Comments

The length of row n is given in A338431(n), for n >= 1.
The length of the sublists t(n, k) of the power basis coefficients of DSR(n, k), for k = 1, 2, ..., floor(n/2), is 1 if n = 1, for n >= 2 it is k except for n = n(j) = A111774(j) for which the final A219839(n) sublists have fewer than k members.
Trailing vanishing coefficients of the delta(n) = A055034(n) power base elements <1 = rho(n)^0, rho(n)^1, ..., rho(n)^{delta(n)-1}> are not recorded. The coefficients of the minimal polynomial C(n, x) of rho(n) = 2*cos(Pi/n) of degree delta(n) are given in A187360. C(n, rho(n)) = 0 is used to eliminate all powers of rho with exponent >= delta(n).
The length ratios DSR(n, k) := diagonal(n, k)/side(n) of regular n-gons, for n >= 2, and k = 1, 2, ..., floor(n/2) (distinct diagonals, starting with the side for k = 1, in increasing order) are given by DSR(n, k) = S(k-1, rho(n)), with the Chebyshev S polynomials (A049310). See the W. Lang link.
For n = 2, the degenerate case, diagonal/side = side/side = 1 for k = 1. For n = 1 (a point) diagonal/side is undetermined, and T(1, 1) is set to 1.
For the power basis sublists t(n, k), for k = 1, 2, ..., delta(n), only the k coefficients of S(k-1, x) are present (trailing vanishing coefficients are not recorded). For k = delta(n)+1, ..., floor(n/2) less than k coefficients appear due to elimination via C(n, rho(n)) = 0. E.g., for n = 6 with delta(6) = 2 the only coefficient for k = 3 is 2 (coefficient of rho^0). This appears for n = n(j) = A111774(j), because then floor(n/2) - delta(n) = A219839(n) > 0.
Because A219839(n) = 0 means that n is from A174090, i.e., a prime or a power of 2 (complement of A111774), these rows n have all the sublists t(n, k) with the k coefficients of S(k-1, x), hence they are identical (but the basis differs). See especially the table for the pairs of consecutive numbers n with identical coefficients, like (2, 3), (4, 5), (16, 17), (256, 267), (65536, 65537), ?... (cf. Fermat primes A019434).

Examples

			The irregular triangle T(n, m) begins: (For n >= 4 the bar divides the DSR(n, k) power basis coefficients, the sublists t(n, k), for k = 1, 2, ..., floor(n/2))
n \ m  1   2 3    4  5  6   7  8 9 10   11 12 12  13 14  15 16 17 18 19 20 ...
1:     1
2:     1
3:     1
4:     1 | 0 1
5:     1 | 0 1
6:     1 | 0 1 |  2
7:     1 | 0 1 | -1  0  1
8:     1 | 0 1 | -1  0  1 | 0 -2 0  1
9:     1 | 0 1 | -1  0  1 | 1  1
10:    1 | 0 1 | -1  0  1 | 0 -2 0  1 | -4  0  2
11:    1 | 0 1 | -1  0  1 | 0 -2 0  1 |  1  0 -3   0  1
12:    1 | 0 1 | -1  0  1 | 0 -2 0  1 |  0  0  1 | 0  2
13:    1 | 0 1 | -1  0  1 | 0 -2 0  1 |  1  0 -3   0  1 | 0  3  0 -4  0  1
...
n = 14: 1 | 0 1 | -1 0 1 | 0 -2 0 1 | 1 0 -3 0 1 | 0 3 0 -4 0 1 | 6 0 -8 0 2,
n = 15: 1 | 0 1 | -1 0 1 | 0 -2 0 1 | 0 4 1 -1 | 1 -2 0 1 | -1 1 1,
n = 16 and n = 17: 1 | 0 1 | -1  0 1 | 0 -2 0 1 | 1 0 -3 0 1 | 0 3 0 -4 0 1 | -1 0 6 0 -5 0 1 | 0 -4 0 10 0 -6 0 1,
--------------------------------------------------------------------------------
n = 5: DSR(5, 1) = 1 = side(5)/side(5), DSR(5, 2) = 1*rho(5) = A001622 (golden section).
n = 8: DSR(8, 1) = 1 = side(8)/side(8), DSR(8, 2) = 1*rho(8) = sqrt(2+sqrt(2)) = A179260, DSR(8, 3) = -1 + rho(8)^2 = 1 + sqrt(2) = A014176, DSR(8, 4) = -2*rho(8) + 1*rho(8)^3 = sqrt(2)*rho(8) = A121601.
		

Crossrefs

Formula

T(1, 1) = 1, and in row n, for n >= 2, the power base coefficients of Gal(Q(2*cos(Pi/n))/Q) for DSR(n, k) := diagonal(n, k)/side(n) of regular n-gons, for k = 1, 2, ..., floor(n/2), are listed as t(n, k) in this order, with trailing vanishing coefficients omitted.
Showing 1-10 of 11 results. Next