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

A005563 a(n) = n*(n+2) = (n+1)^2 - 1.

Original entry on oeis.org

0, 3, 8, 15, 24, 35, 48, 63, 80, 99, 120, 143, 168, 195, 224, 255, 288, 323, 360, 399, 440, 483, 528, 575, 624, 675, 728, 783, 840, 899, 960, 1023, 1088, 1155, 1224, 1295, 1368, 1443, 1520, 1599, 1680, 1763, 1848, 1935, 2024, 2115, 2208, 2303, 2400, 2499, 2600
Offset: 0

Views

Author

Keywords

Comments

Erdős conjectured that n^2 - 1 = k! has a solution if and only if n is 5, 11 or 71 (when k is 4, 5 or 7).
Second-order linear recurrences y(m) = 2y(m-1) + a(n)*y(m-2), y(0) = y(1) = 1, have closed form solutions involving only powers of integers. - Len Smiley, Dec 08 2001
Number of edges in the join of two cycle graphs, both of order n, C_n * C_n. - Roberto E. Martinez II, Jan 07 2002
Let k be a positive integer, M_n be the n X n matrix m_(i,j) = k^abs(i-j) then det(M_n) = (-1)^(n-1)*a(k-1)^(n-1). - Benoit Cloitre, May 28 2002
Also numbers k such that 4*k + 4 is a square. - Cino Hilliard, Dec 18 2003
For each term k, the function sqrt(x^2 + 1), starting with 1, produces an integer after k iterations. - Gerald McGarvey, Aug 19 2004
a(n) mod 3 = 0 if and only if n mod 3 > 0: a(A008585(n)) = 2; a(A001651(n)) = 0; a(n) mod 3 = 2*(1-A079978(n)). - Reinhard Zumkeller, Oct 16 2006
a(n) is the number of divisors of a(n+1) that are not greater than n. - Reinhard Zumkeller, Apr 09 2007
Nonnegative X values of solutions to the equation X^3 + X^2 = Y^2. To find Y values: b(n) = n(n+1)(n+2). - Mohamed Bouhamida, Nov 06 2007
Sequence allows us to find X values of the equation: X + (X + 1)^2 + (X + 2)^3 = Y^2. To prove that X = n^2 + 2n: Y^2 = X + (X + 1)^2 + (X + 2)^3 = X^3 + 7*X^2 + 15X + 9 = (X + 1)(X^2 + 6X + 9) = (X + 1)*(X + 3)^2 it means: (X + 1) must be a perfect square, so X = k^2 - 1 with k>=1. we can put: k = n + 1, which gives: X = n^2 + 2n and Y = (n + 1)(n^2 + 2n + 3). - Mohamed Bouhamida, Nov 12 2007
From R. K. Guy, Feb 01 2008: (Start)
Toads and Frogs puzzle:
This is also the number of moves that it takes n frogs to swap places with n toads on a strip of 2n + 1 squares (or positions, or lily pads) where a move is a single slide or jump, illustrated for n = 2, a(n) = 8 by
T T - F F
T - T F F
T F T - F
T F T F -
T F - F T
- F T F T
F - T F T
F F T - T
F F - T T
I was alerted to this by the Holton article, but on consulting Singmaster's sources, I find that the puzzle goes back at least to 1867.
Probably the first to publish the number of moves for n of each animal was Edouard Lucas in 1883. (End)
a(n+1) = terms of rank 0, 1, 3, 6, 10 = A000217 of A120072 (3, 8, 5, 15). - Paul Curtz, Oct 28 2008
Row 3 of array A163280, n >= 1. - Omar E. Pol, Aug 08 2009
Final digit belongs to a periodic sequence: 0, 3, 8, 5, 4, 5, 8, 3, 0, 9. - Mohamed Bouhamida, Sep 04 2009 [Comment edited by N. J. A. Sloane, Sep 24 2009]
Let f(x) be a polynomial in x. Then f(x + n*f(x)) is congruent to 0 (mod f(x)); here n belongs to N. There is nothing interesting in the quotients f(x + n*f(x))/f(x) when x belongs to Z. However, when x is irrational these quotients consist of two parts, a) rational integers and b) integer multiples of x. The present sequence represents the non-integer part when the polynomial is x^2 + x + 1 and x = sqrt(2), f(x+n*f(x))/f(x) = A056108(n) + a(n)*sqrt(2). - A.K. Devaraj, Sep 18 2009
For n >= 1, a(n) is the number for which 1/a(n) = 0.0101... (A000035) in base (n+1). - Rick L. Shepherd, Sep 27 2009
For n > 0, continued fraction [n, 1, n] = (n+1)/a(n); e.g., [6, 1, 6] = 7/48. - Gary W. Adamson, Jul 15 2010
Starting (3, 8, 15, ...) = binomial transform of [3, 5, 2, 0, 0, 0, ...]; e.g., a(3) = 15 = (1*3 + 2*5 +1*2) = (3 + 10 + 2). - Gary W. Adamson, Jul 30 2010
a(n) is essentially the case 0 of the polygonal numbers. The polygonal numbers are defined as P_k(n) = Sum_{i=1..n} ((k-2)*i-(k-3)). Thus P_0(n) = 2*n-n^2 and a(n) = -P_0(n+2). See also A067998 and for the case k=1 A080956. - Peter Luschny, Jul 08 2011
a(n) is the maximal determinant of a 2 X 2 matrix with integer elements from {1, ..., n+1}, so the maximum determinant of a 2x2 matrix with integer elements from {1, ..., 5} = 5^2 - 1 = a(4) = 24. - Aldo González Lorenzo, Oct 12 2011
Using four consecutive triangular numbers t1, t2, t3 and t4, plot the points (0, 0), (t1, t2), and (t3, t4) to create a triangle. Twice the area of this triangle are the numbers in this sequence beginning with n = 1 to give 8. - J. M. Bergot, May 03 2012
Given a particle with spin S = n/2 (always a half-integer value), the quantum-mechanical expectation value of the square of the magnitude of its spin vector evaluates to = S(S+1) = n(n+2)/4, i.e., one quarter of a(n) with n = 2S. This plays an important role in the theory of magnetism and magnetic resonance. - Stanislav Sykora, May 26 2012
Twice the harmonic mean [H(x, y) = (2*x*y)/(x + y)] of consecutive triangular numbers A000217(n) and A000217(n+1). - Raphie Frank, Sep 28 2012
Number m such that floor(sqrt(m)) = floor(m/floor(sqrt(m))) - 2 for m > 0. - Takumi Sato, Oct 10 2012
The solutions of equation 1/(i - sqrt(j)) = i + sqrt(j), when i = (n+1), j = a(n). For n = 1, 2 + sqrt(3) = 3.732050.. = A019973. For n = 2, 3 + sqrt(8) = 5.828427... = A156035. - Kival Ngaokrajang, Sep 07 2013
The integers in the closed form solution of a(n) = 2*a(n-1) + a(m-2)*a(n-2), n >= 2, a(0) = 0, a(1) = 1 mentioned by Len Smiley, Dec 08 2001, are m and -m + 2 where m >= 3 is a positive integer. - Felix P. Muga II, Mar 18 2014
Let m >= 3 be a positive integer. If a(n) = 2*a(n-1) + a(m-2) * a(n-2), n >= 2, a(0) = 0, a(1) = 1, then lim_{n->oo} a(n+1)/a(n) = m. - Felix P. Muga II, Mar 18 2014
For n >= 4 the Szeged index of the wheel graph W_n (with n + 1 vertices). In the Sarma et al. reference, Theorem 2.7 is incorrect. - Emeric Deutsch, Aug 07 2014
If P_{k}(n) is the n-th k-gonal number, then a(n) = t*P_{s}(n+2) - s*P_{t}(n+2) for s=t+1. - Bruno Berselli, Sep 04 2014
For n >= 1, a(n) is the dimension of the simple Lie algebra A_n. - Wolfdieter Lang, Oct 21 2015
Finding all positive integers (n, k) such that n^2 - 1 = k! is known as Brocard's problem, (see A085692). - David Covert, Jan 15 2016
For n > 0, a(n) mod (n+1) = a(n) / (n+1) = n. - Torlach Rush, Apr 04 2016
Conjecture: When using the Sieve of Eratosthenes and sieving (n+1..a(n)), with divisors (1..n) and n>0, there will be no more than a(n-1) composite numbers. - Fred Daniel Kline, Apr 08 2016
a(n) mod 8 is periodic with period 4 repeating (0,3,0,7), that is a(n) mod 8 = 5/2 - (5/2) cos(n*Pi) - sin(n*Pi/2) + sin(3*n*Pi/2). - Andres Cicuttin, Jun 02 2016
Also for n > 0, a(n) is the number of times that n-1 occurs among the first (n+1)! terms of A055881. - R. J. Cano, Dec 21 2016
The second diagonal of composites (the only prime is number 3) from the right on the Klauber triangle (see Kival Ngaokrajang link), which is formed by taking the positive integers and taking the first 1, the next 3, the following 5, and so on, each centered below the last. - Charles Kusniec, Jul 03 2017
Also the number of independent vertex sets in the n-barbell graph. - Eric W. Weisstein, Aug 16 2017
Interleaving of A000466 and A033996. - Bruce J. Nicholson, Nov 08 2019
a(n) is the number of degrees of freedom in a triangular cell for a Raviart-Thomas or Nédélec first kind finite element space of order n. - Matthew Scroggs, Apr 22 2020
From Muge Olucoglu, Jan 19 2021: (Start)
For n > 1, a(n-2) is the maximum number of elements in the second stage of the Quine-McCluskey algorithm whose minterms are not covered by the functions of n bits. At n=3, we have a(3-2) = a(1) = 1*(1+2) = 3 and f(A,B,C) = sigma(0,1,2,5,6,7).
.
0 1 2 5 6 7
+---------------
*(0,1)| X X
(0,2)| X X
(1,5)| X X
*(2,6)| X X
*(5,7)| X X
(6,7)| X X
.
*: represents the elements that are covered. (End)
1/a(n) is the ratio of the sum of the first k odd numbers and the sum of the next n*k odd numbers. - Melvin Peralta, Jul 15 2021
For n >= 1, the continued fraction expansion of sqrt(a(n)) is [n; {1, 2n}]. - Magus K. Chu, Sep 09 2022
Number of diagonals parallel to an edge in a regular (2*n+4)-gon (cf. A367204). - Paolo Xausa, Nov 21 2023
For n >= 1, also the number of minimum cyclic edge cuts in the (n+2)-trapezohedron graph. - Eric W. Weisstein, Nov 21 2024
For n >= 1, a(n) is the sum of the interior angles of a polygon with n+2 sides, in radians, multiplied by (n+2)/Pi. - Stuart E Anderson, Aug 06 2025

Examples

			G.f. = 3*x + 8*x^2 + 15*x^3 + 24*x^4 + 35*x^5 + 48*x^6 + 63*x^7 + 80*x^8 + ...
		

References

  • E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982, see index under Toads and Frogs Puzzle.
  • Martin Gardner, Perplexing Puzzles and Tantalizing Teasers, p. 21 (for "The Dime and Penny Switcheroo").
  • R. K. Guy, Unsolved Problems in Theory of Numbers, Section D25.
  • Derek Holton, Math in School, 37 #1 (Jan 2008) 20-22.
  • Edouard Lucas, Récréations Mathématiques, Gauthier-Villars, Vol. 2 (1883) 141-143.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

Formula

G.f.: x*(3-x)/(1-x)^3. - Simon Plouffe in his 1992 dissertation
a(n) = A000290(n+1) - 1.
A002378(a(n)) = A002378(n)*A002378(n+1); e.g., A002378(15)=240=12*20. - Charlie Marion, Dec 29 2003
a(n) = A067725(n)/3. - Zerinvary Lajos, Mar 06 2007
a(n) = Sum_{k=1..n} A144396(k). - Zerinvary Lajos, May 11 2007
a(n) = A134582(n+1)/4. - Zerinvary Lajos, Feb 01 2008
A143053(a(n)) = A000290(n+1), for n > 0. - Reinhard Zumkeller, Jul 20 2008
a(n) = Real((n+1+i)^2). - Gerald Hillier, Oct 12 2008
A053186(a(n)) = 2*n. - Reinhard Zumkeller, May 20 2009
a(n) = (n! + (n+1)!)/(n-1)!, n > 0. - Gary Detlefs, Aug 10 2009
a(n) = floor(n^5/(n^3+1)) with offset 1 (a(1)=0). - Gary Detlefs, Feb 11 2010
a(n) = a(n-1) + 2*n + 1 (with a(0)=0). - Vincenzo Librandi, Nov 18 2010
Sum_{n>=1} 1/a(n) = 3/4. - Mohammad K. Azarian, Dec 29 2010
a(n) = 2/(Integral_{x=0..Pi/2} (sin(x))^(n-1)*(cos(x))^3), for n > 0. - Francesco Daddi, Aug 02 2011
a(n) = A002378(n) + floor(sqrt(A002378(n))); pronic number + its root. - Fred Daniel Kline, Sep 16 2011
a(n-1) = A008833(n) * A068310(n) for n > 1. - Reinhard Zumkeller, Nov 26 2011
G.f.: U(0) where U(k) = -1 + (k+1)^2/(1 - x/(x + (k+1)^2/U(k+1))); (continued fraction, 3-step). - Sergei N. Gladkovskii, Oct 19 2012
a(n) = 15*C(n+4,3)*C(n+4,5)/(C(n+4,2)*C(n+4,4)). - Gary Detlefs, Aug 05 2013
a(n) = (n+2)!/((n-1)! + n!), n > 0. - Ivan N. Ianakiev, Nov 11 2013
a(n) = 3*C(n+1,2) - C(n,2) for n >= 0. - Felix P. Muga II, Mar 11 2014
a(n) = (A016742(n+1) - 4)/4 for n >= 0. - Felix P. Muga II, Mar 11 2014
a(-2 - n) = a(n) for all n in Z. - Michael Somos, Aug 07 2014
A253607(a(n)) = 1. - Reinhard Zumkeller, Jan 05 2015
E.g.f.: x*(x + 3)*exp(x). - Ilya Gutkovskiy, Jun 03 2016
For n >= 1, a(n^2 + n - 2) = a(n-1) * a(n). - Miko Labalan, Oct 15 2017
Sum_{n>=1} (-1)^(n+1)/a(n) = 1/4. - Amiram Eldar, Nov 04 2020
From Amiram Eldar, Feb 17 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = 2.
Product_{n>=1} (1 - 1/a(n)) = -sqrt(2)*sin(sqrt(2)*Pi)/Pi. (End)
a(n) = A000290(n+2) - n*2. See Bounded Squares illustration. - Leo Tavares, Oct 05 2021
From Leo Tavares, Oct 10 2021: (Start)
a(n) = A008585(n) + 2*A000217(n-1). See Trapezoids illustration.
2*A005563 = A054000(n+1). See Trapagons illustration.
a(n) = 2*A000217(n) + n. (End)
a(n) = (n+2)!!/(n-2)!! for n > 1. - Jacob Szlachetka, Jan 02 2022

Extensions

Partially edited by Joerg Arndt, Mar 11 2010
More terms from N. J. A. Sloane, Aug 01 2010

A104457 Decimal expansion of 1 + phi = phi^2 = (3 + sqrt(5))/2.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Mar 08 2005

Keywords

Comments

Only first term differs from the decimal expansion of phi.
Zelo extends work of D. Roy by showing that the square of the golden ratio is the optimal exponent of approximation by algebraic numbers of degree 4 with bounded denominator and trace. - Jonathan Vos Post, Mar 02 2009 (Cf. last sentence in the Zelo reference. - Joerg Arndt, Jan 04 2014)
Hawkes asks: "What two numbers are those whose product, difference of their squares, and the ratio or quotient of their cubes, are all equal to each other?". - Charles R Greathouse IV, Dec 11 2012
This is the case n=10 in (Gamma(1/n)/Gamma(3/n))*(Gamma((n-1)/n)/Gamma((n-3)/n)) = 1+2*cos(2*Pi/n). - Bruno Berselli, Dec 14 2012
An algebraic integer of degree 2, with minimal polynomial x^2 - 3x + 1. - Charles R Greathouse IV, Nov 12 2014 [The other root is 2 - phi = A132338 - Wolfdieter Lang, Aug 29 2022]
To eight digits: 5*(((Pi+1)/e)-1) = 2.61803395481182... - Dan Graham, Nov 21 2017
The ratio diagonal/side of the second smallest diagonal in a regular 10-gon. - Mohammed Yaseen, Nov 04 2020
phi^2/10 is the moment of inertia of a solid regular icosahedron with a unit mass and a unit edge length (see A341906). - Amiram Eldar, Jun 08 2021

Examples

			2.6180339887498948482045868343656381177203091798...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 2.17.1, p. 153.
  • Alfred S. Posamentier, Math Charmers, Tantalizing Tidbits for the Mind, Prometheus Books, NY, 2003, pages 138-139.
  • Damien Roy. Diophantine Approximation in Small Degree. Centre de Recherches Mathématiques. CRM Proceedings and Lecture Notes. Volume 36 (2004), 269-285.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 45.

Crossrefs

2 + 2*cos(2*Pi/n): A116425 (n = 7), A332438 (n = 9), A296184 (n = 10), A019973 (n = 12).

Programs

Formula

Equals 2 + A094214 = 1 + A001622. - R. J. Mathar, May 19 2008
Satisfies these three equations: x-sqrt(x)-1 = 0; x-1/sqrt(x)-2 = 0; x^2-3*x+1 = 0. - Richard R. Forberg, Oct 11 2014
Equals the nested radical sqrt(phi^2+sqrt(phi^4+sqrt(phi^8+...))). For a proof, see A094885. - Stanislav Sykora, May 24 2016
From Christian Katzmann, Mar 19 2018: (Start)
Equals Sum_{n>=0} (5*(2*n)!+8*n!^2)/(2*n!^2*3^(2*n+1)).
Equals 3/2 + Sum_{n>=0} 5*(2*n)!/(2*n!^2*3^(2*n+1)). (End)
Equals 1/A132338 = 2*A239798 = 5*A229780. - Mohammed Yaseen, Nov 04 2020
Equals Product_{k>=1} 1 + 1/(phi + phi^k), where phi is the golden ratio (A001622) (Ohtsuka, 2018). - Amiram Eldar, Dec 02 2021
c^n = phi * A001906(n) + A001519(n), where c = phi^2. - Gary W. Adamson, Sep 08 2023
Equals lim_{n->oo} S(n, 3)/S(n-1, 3) with the S-Chebyshev polynomials (see A049310), S(3, n) = A000045(2*(n+1)) = A001906(n+1). - Wolfdieter Lang, Nov 15 2023
From Peter Bala, May 08 2024: (Start)
Constant c = 2 + 2*cos(2*Pi/5).
The linear fractional transformation z -> c - c/z has order 5, that is, z = c - c/(c - c/(c - c/(c - c/(c - c/z)))). (End)
Equals Product_{k>=1} (1 + 1/A032908(k)). - Amiram Eldar, Nov 28 2024

A090388 Decimal expansion of 1 + sqrt(3).

Original entry on oeis.org

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

Views

Author

Felix Tubiana, Feb 05 2004

Keywords

Comments

1 + sqrt(3) is the length of the minimal Steiner network that connects the four vertices of a unit square. - Lekraj Beedassy, May 02 2008
This is the case n = 12 in the identity (Gamma(1/n)/Gamma(3/n))*(Gamma((n-1)/n)/Gamma((n-3)/n)) = 1 + 2*cos(2*Pi/n). - Bruno Berselli, Dec 14 2012
Equals n + n/(n + n/(n + n/(n + ...))) for n = 2. - Stanislav Sykora, Jan 23 2014
A non-optimal solution to the problem of finding the length of shortest fence that protects privacy of a square garden [Kawohl]. Cf. A256965. - N. J. A. Sloane, Apr 14 2015
Perimeter of a 30-60-90 triangle with longest leg equal to 1. - Wesley Ivan Hurt, Apr 09 2016
Length of the second shortest diagonal in a regular 12-gon with unit side. - Mohammed Yaseen, Dec 13 2020
Surface area of a square pyramid (Johnson solid J_1) with unit edges. - Paolo Xausa, Aug 04 2025

Examples

			2.7320508075688772...
		

Crossrefs

Cf. n + n/(n + n/(n + ...)): A090458 (n = 3), A090488 (n = 4), A090550 (n = 5), A092294 (n = 6), A092290 (n = 7), A090654 (n = 8), A090655 (n = 9), A090656 (n = 10). - Stanislav Sykora, Jan 23 2014
Cf., also A256965.

Programs

Formula

Equals 1 + A002194. - R. J. Mathar, Oct 16 2015
Equals A019973 -1 . - R. J. Mathar, May 25 2023

Extensions

Better definition from Rick L. Shepherd, Jul 02 2004

A016064 Smallest side lengths of almost-equilateral Heronian triangles (sides are consecutive positive integers, area is a nonnegative integer).

Original entry on oeis.org

1, 3, 13, 51, 193, 723, 2701, 10083, 37633, 140451, 524173, 1956243, 7300801, 27246963, 101687053, 379501251, 1416317953, 5285770563, 19726764301, 73621286643, 274758382273, 1025412242451, 3826890587533, 14282150107683, 53301709843201, 198924689265123, 742397047217293
Offset: 0

Views

Author

Keywords

Comments

Least side in a triangle with integer sides (m, m+1, m+2) (m >= 1) and integer area. The degenerate triangle with sides (1,2,3) is included.
Also describes triangles whose sides are consecutive integers and in which the inscribed circle has an integer radius. - Harvey P. Dale, Dec 28 2000 [Then, the length of this inradius is A001353(n). - Bernard Schott, Mar 21 2023]
Equivalently, positive integers m such that (3/16)*m^4 + (3/4)*m^3 + (3/8)*m^2 - (3/4)*m - 9/16 is a square (A000290), a direct result of Heron's formula. - Rick L. Shepherd, Sep 04 2005
"The problem is to find the sides of a triangle that shall have the values n, n + 1, and n + 2 and such that the perpendicular upon the longest side from the opposite vertex shall be rational. Nakane solves it as follows..." (Smith and Mikami, 2004). - Jonathan Sondow, May 09 2013
For n >= 1 all terms are congruent to {1,3} mod 10. Among first 100 terms there are 6 prime numbers: 3, 13, 193, 37633, 7300801, 1416317953. - Zak Seidov, Jun 14 2018
n > 1 is in this sequence if and only if the triangle with sides 4, n, n+2 has integer area (compare with A072221 for sides 3, n, n+1). - Michael Somos, May 11 2019
a(0) = 1 corresponds to the degenerate triangle [1,2,3], with area = 0. - Wesley Ivan Hurt, May 20 2020
Since this is a list it should really have offset 1, but that would require a large number of changes. - N. J. A. Sloane, Feb 04 2021
Least distance from centroid of a triangle to vertices, distances being m, m+1, m+2 and triangle area being a nonnegative integer. - Alexandru Petrescu, Feb 28 2023
Then, in this case, with a(n) = m, the corresponding area of this triangle is 3 * A011945(n+1). - Bernard Schott, Mar 21 2023

Examples

			G.f. = 1 + 3*x + 13*x^2 + 51*x^3 + 193*x^4 + 723*x^5 + 2701*x^6 + ... - _Michael Somos_, May 11 2019
		

References

  • Nakane Genkei (Nakane the Elder), Shichijo Beki Yenshiki, 1691.

Crossrefs

Cf. A011945 (areas), A334277 (perimeters) A001353 (inradius).
Cf. A003500 (middle side lengths), this sequence (smallest side lengths), A335025 (largest side lengths).
Cf. A001353, A019973 (2 + sqrt(3)), A102341, A103974, A103975.
Cf. A072221.

Programs

  • Magma
    I:=[1,3,13]; [n le 3 select I[n] else 4*Self(n-1)-Self(n-2)+2: n in [1..30]]; // Vincenzo Librandi, Nov 13 2018
  • Mathematica
    LinearRecurrence[{5,-5,1},{1,3,13},26] (* Ray Chandler, Jan 27 2014 *)
    CoefficientList[Series[(1 - 2 x + 3 x^2) / (1 - 5 x + 5 x^2 - x^3), {x, 0, 33}], x] (* Vincenzo Librandi, Nov 13 2018 *)
    a[ n_] := 2 ChebyshevT[n, 2] - 1; (* Michael Somos, May 11 2019 *)
  • PARI
    for(a=1,10^9, b=a+1; c=a+2; s=(a+b+c)/2; if(issquare(s*(s-a)*(s-b)*(s-c)), print1(a,","))) \\ Rick L. Shepherd, Feb 18 2007
    
  • PARI
    a(n)=if(n<1,1,-1+ceil((2+sqrt(3))^(n))) \\ Ralf Stephan
    
  • PARI
    is(n)=issquare(3*n^2+6*n-9) \\ Charles R Greathouse IV, May 16 2014
    
  • PARI
    {a(n) = 2 * polchebyshev(n, 1, 2) - 1}; /* Michael Somos, May 11 2019 */
    

Formula

a(n) = 3 + floor((2 + sqrt(3))*a(n-1)), n >= 3. - Rick L. Shepherd, Sep 04 2005
From Paul Barry, Feb 17 2004: (Start)
a(n) = 4*a(n-1) - a(n-2) + 2.
a(n) = (2 + sqrt(3))^n + (2 - sqrt(3))^n - 1.
a(n) = 2*A001075(n) - 1.
G.f.: (1 - 2*x + 3*x^3)/((1 - x)*(1 - 4*x + x^2)) = (1 - 2*x + 3*x^2)/(1 - 5*x + 5*x^2 - x^3). (End)
For n >= 1, a(n) = ceiling((2 + sqrt(3))^n) - 1.
a(n) = A003500(n) - 1. - T. D. Noe, Jun 17 2004
a(n) = [x^n] ( 1 + 2*x + sqrt(1 + 2*x + 3*x^2) )^n. - Peter Bala, Jun 23 2015
E.g.f.: exp((2 + sqrt(3))*x) + exp((2 - sqrt(3))*x) - exp(x). - Franck Maminirina Ramaharo, Nov 12 2018
a(n) = a(-n) for all integer n. - Michael Somos, May 11 2019

Extensions

More terms from Rick L. Shepherd, Feb 18 2007
Definition revised by N. J. A. Sloane, Feb 04 2021

A101265 a(1) = 1, a(2) = 2, a(3) = 6; a(n) = 5*a(n-1) - 5*a(n-2) + a(n-3) for n > 3.

Original entry on oeis.org

1, 2, 6, 21, 77, 286, 1066, 3977, 14841, 55386, 206702, 771421, 2878981, 10744502, 40099026, 149651601, 558507377, 2084377906, 7779004246, 29031639077, 108347552061, 404358569166, 1509086724602, 5631988329241, 21018866592361, 78443478040202, 292755045568446
Offset: 1

Views

Author

Lambert Klasen (lambert.klasen(AT)gmx.net) and Gary W. Adamson, Jan 25 2005

Keywords

Comments

Let M = [ 1, 1, 0; 1, 3, 1; 0, 1, 1 ]; then [1,0,0]*M^n = [a(n), A001353(n), A061278(n-1)] for n > 1. Further, A001353 consists of the first differences of {a(n)}, and since a(n) = A061278(n) + 1, A001353 is also the first differences of A061278. Let v(n) = [1,0,0]*M^n; then, for n >= 0, sum(v_i(n)) = A001075(n) and v_1(n) + v_3(n) = A001835(n). The characteristic polynomial of M is x^3 - 5x^2 + 5x - 1. a(n)/a(n-1) tends to 2 + sqrt(3) = 3.732.... (see A019973) (a root of the polynomial and an eigenvalue of the matrix).
Numbers k such that the RootMeanSquare([1..6*k-5]) is an integer. - Ctibor O. Zizka, Dec 17 2008
Place a(n) blue and b(n) red balls in an urn. Draw 3 balls without replacement. Then Probability(3 red balls) = Probability(1 red and 2 blue balls); binomial(b(n),3) = binomial(b(n),1)*binomial(a(n),2); b(n) = A179167(n). - Paul Weisenhorn, Jul 01 2010
Conjecture: consecutive terms of this sequence and consecutive terms of A032908 provide all the positive integer solutions of (a+b)*(a+b+1) == 0 (mod (a*b)). - Robert Israel, Aug 26 2015
Conjecture is true: see StackExchange link. - Robert Israel, Sep 06 2015
Values of a unitary Y-frieze pattern associated to the linearly oriented quiver K3 (i.e., the quiver whose underlying graph is the complete graph on the vertices {1,2,3}, oriented such that i -> j whenever i < j). - Antoine de Saint Germain, Dec 30 2024

Crossrefs

Programs

  • GAP
    a:=[1,2,6];; for n in [4..20] do a[n]:=5a[n-1]-5*a[n-2]+a[n-3]; od; a; #
    G. C. Greubel, Dec 23 2019
  • Haskell
    a101265 n = a101265_list !! (n-1)
    a101265_list = 1 : 2 : 6 : zipWith (+) a101265_list
        (map (* 5) $ tail $ zipWith (-) (tail a101265_list) a101265_list)
    -- Reinhard Zumkeller, May 18 2014
    
  • Magma
    I:=[1,2,6]; [n le 3 select I[n] else 5*Self(n-1) - 5*Self(n-2) + Self(n-3): n in [1..30]]; // Vincenzo Librandi, Sep 07 2015
    
  • Maple
    r:=sqrt(3): for n from 1 to 100 do a[n]:=(6+(3+r)*(2+r)^(n-1)+(3-r)*(2-r)^(n-1))/12: end do: # Paul Weisenhorn, Jul 01 2010
    r:=sqrt(3): a[n]:=round((6+(3+r)*(2+r)^(n-1))/12): # Paul Weisenhorn, Jul 01 2010
    f:= proc(n)
      option remember; local x;
      x:= procname(n-1);
      2*x + (sqrt(12*x^2 - 12*x + 1) - 1)/2
    end proc:
    f(1):= 1:
    map(f, [$1..30]); # Robert Israel, Aug 26 2015
    seq( simplify((ChebyshevU(n,2) - Chebyshev(n-1,2) + 1)/2), n=0..20); # G. C. Greubel, Dec 23 2019
  • Mathematica
    LinearRecurrence[{5,-5,1},{1,2,6},25] (* Ray Chandler, Jan 27 2014 *)
    CoefficientList[Series[(1-3x+x^2)/((1-x)(1-4x+x^2)), {x, 0, 33}], x] (* Vincenzo Librandi, Sep 07 2015 *)
    Table[(ChebyshevU[n, 2] - ChebyshevU[n-1, 2] + 1)/2, {n, 0, 20}] (* G. C. Greubel, Dec 23 2019 *)
  • PARI
    M = [ 1, 1, 0; 1, 3, 1; 0, 1, 1]; for(i=1,30,print1(([1,0,0]*M^i)[1],","))
    
  • PARI
    {a(n)=polcoeff(x*(1-3*x+x^2)/((1-x)*(1-4*x+x^2)+x*O(x^n)),n)}
    
  • PARI
    {a(n)=if(n==0,1,if(n==1,1,a(n-1)*(a(n-1)+1)/a(n-2)))} /* Paul D. Hanna, Apr 08 2012 */
    
  • PARI
    vector(21, n, (polchebyshev(n, 2, 2) - polchebyshev(n-1, 2, 2) + 1)/2 ) \\ G. C. Greubel, Dec 23 2019
    
  • Sage
    [(chebyshev_U(n,2) - chebyshev_U(n-1,2) + 1)/2 for n in (0..20)] # G. C. Greubel, Dec 23 2019
    

Formula

a(n) = A005246(n)*A005246(n+1). a(n+1) = a(n)*(a(n)+1)/a(n-1). - Franklin T. Adams-Watters, Apr 24 2006
a(n) = (A001835(n) + 1) / 2. - Ralf Stephan, May 16 2007
O.g.f.: x*(1-3*x+x^2)/((1-x)*(1-4*x+x^2)). - R. J. Mathar, Aug 22 2008
a(n) = 1 + A061278(n). - Ctibor O. Zizka, Dec 17 2008
a(n) = 4*a(n-1) - a(n-2) - 1. - N. Sato, Jan 21 2010
a(n) = (6+(3+r)*(2+r)^(n-1) + (3-r)*(2-r)^(n-1))/12; r=sqrt(3). - Paul Weisenhorn, Jul 01 2010
a(n+1) = a(n) * (a(n) + 1) / a(n-1) for n>1 with a(0)=1, a(1)=1. - Paul D. Hanna, Apr 08 2012
From Peter Bala, May 01 2012: (Start)
a(n+1) = 1 + Sum {k = 1..n} 2^(k-1)*binomial(n+k,2*k).
Row sums of A211955.
a(n) = T(n,u)*T(n+1,u)/u with u = sqrt(3) and T(n,x) denotes the Chebyshev polynomial of the first kind.
Sum_{n >= 0} 1/a(n) = sqrt(3). In fact, 3 - (Sum_{n = 0..2*N} 1/a(n))^2 = 2/(A001835(N+1))^2 and 3 - (Sum_{n = 0..2*N+1} 1/a(n))^2 = 3/(A001075(N+1))^2. (End)
From Robert Israel, Aug 26 2015: (Start)
(a(n) + a(n+1))*(a(n) + a(n+1) + 1) = 6 * a(n) * a(n+1).
a(n+1) = 2*a(n) + (sqrt(12*a(n)^2 - 12*a(n) + 1) - 1)/2. (End)
a(n) = (ChebyshevU(n, 2) - ChebyshevU(n-1, 2) + 1)/2 = (ChebyshevT(n, 2) + ChebyshevU(n, 2) + 2)/4. - G. C. Greubel, Dec 23 2019
a(n) = (1+a(n-1))*(1+a(n-2))/a(n-3) for n > 3. - Antoine de Saint Germain, Dec 30 2024

Extensions

a(26)-a(27) from Vincenzo Librandi, Sep 07 2015

A188887 Decimal expansion of sqrt(2 + sqrt(3)).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Apr 12 2011

Keywords

Comments

Decimal expansion of the length/width ratio of a sqrt(2)-extension rectangle. See A188640 for definitions of shape and r-extension rectangle.
A sqrt(2)-extension rectangle matches the continued fraction [1,1,13,1,2,15,10,1,18,1,1,21,,...] (A188888) for the shape L/W = sqrt(2 + sqrt(3)). This is analogous to the matching of a golden rectangle to the continued fraction [1,1,1,1,1,1,1,1,...]. Specifically, for the sqrt(2)-extension rectangle, 1 square is removed first, then 1 square, then 13 squares, then 1 square, ..., so that the original rectangle of shape sqrt(2 + sqrt(3)) is partitioned into an infinite collection of squares.
sqrt(2 + sqrt(3)) is also the shape of the greater sqrt(6)-contraction rectangle; see A188738.
This constant is also the length of the Steiner span of three vertices of a unit square. - Jean-François Alcover, May 22 2014
It is also the larger positive coordinate of (symmetrical) intersection points created by x^2 + y^2 = 4 circle and y = 1/x hyperbola. The smaller coordinate is A101263. - Leszek Lezniak, Sep 18 2018
Length of the shortest diagonal in a regular 12-gon with unit side. - Mohammed Yaseen, Nov 12 2020

Examples

			1.931851652578136573499486399457794735267809678016809...
		

Crossrefs

Programs

  • Magma
    Sqrt(2 + Sqrt(3)); // G. C. Greubel, Apr 10 2018
  • Mathematica
    r = 2^(1/2); t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t]
    N[t, 130]
    RealDigits[N[t, 130]][[1]]
    ContinuedFraction[t, 120]
    RealDigits[Sqrt[2 + Sqrt[3]], 10, 100][[1]] (* G. C. Greubel, Apr 10 2018 *)
  • PARI
    sqrt(2 + sqrt(3)) \\ G. C. Greubel, Apr 10 2018
    

Formula

Equals (sqrt(6) + sqrt(2))/2.
Equals exp(asinh(cos(Pi/4))). - Geoffrey Caveney, Apr 23 2014
Equals cos(Pi/4) + sqrt(1 + cos(Pi/4)^2). - Geoffrey Caveney, Apr 23 2014
Equals i^(1/6) + i^(-1/6). - Gary W. Adamson, Jul 07 2022
Equals the largest root of x - 1/x = sqrt(2) and of x^2 + 1/x^2 = 4. - Gary W. Adamson, Jun 12 2023
Equals Product_{k>=0} ((12*k + 2)*(12*k + 10))/((12*k + 1)*(12*k + 11)). - Antonio Graciá Llorente, Feb 24 2024
From Amiram Eldar, Nov 23 2024: (Start)
Equals A214726 / 2 = 2 * A019884 = 1 / A101263 = exp(A329247) = A217870^2 = sqrt(A019973).
Equals Product_{k>=1} (1 - (-1)^k/A091998(k)). (End)

A296184 Decimal expansion of 2 + phi, with the golden section phi from A001622.

Original entry on oeis.org

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

Views

Author

Wolfdieter Lang, Jan 08 2018

Keywords

Comments

In a regular pentagon, inscribed in a unit circle this equals twice the largest distance between a vertex and a midpoint of a side.
This is an integer in the quadratic number field Q(sqrt(5)).
Only the first digit differs from A001622.

Examples

			3.618033988749894848204586834365638117720309179805762862135448622705260462...
		

References

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

Crossrefs

2 + 2*cos(2*Pi/n): A104457 (n = 5), A116425 (n = 7), A332438 (n = 9), A019973 (n = 12).

Programs

Formula

Equals 2 + A001622 = 1 + A104457 = 3 + A094214.
From Christian Katzmann, Mar 19 2018: (Start)
Equals Sum_{n>=0} (15*(2*n)!+40*n!^2)/(2*n!^2*3^(2*n+2)).
Equals 5/2 + Sum_{n>=0} 5*(2*n)!/(2*n!^2*3^(2*n+1)). (End)
Constant c = 2 + 2*cos(2*Pi/10). The linear fractional transformation z -> c - c/z has order 10, that is, z = c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(z)))))))))). - Peter Bala, May 09 2024

A003512 A Beatty sequence: floor(n*(sqrt(3) + 2)).

Original entry on oeis.org

3, 7, 11, 14, 18, 22, 26, 29, 33, 37, 41, 44, 48, 52, 55, 59, 63, 67, 70, 74, 78, 82, 85, 89, 93, 97, 100, 104, 108, 111, 115, 119, 123, 126, 130, 134, 138, 141, 145, 149, 153, 156, 160, 164, 167, 171, 175, 179, 182, 186
Offset: 1

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A003511 (complement), A019973 (sqrt(3)+2).

Programs

  • Maple
    Digits := 60: A003512 := proc(n) trunc( evalf( n*(sqrt(3)+2) )); end;
  • Mathematica
    Table[Floor[n (Sqrt@ 3 + 2)], {n, 50}] (* Michael De Vlieger, Oct 08 2016 *)
  • Python
    from gmpy2 import isqrt
    def A003512(n):
        return 2*n + int(isqrt(3*n**2))  # Chai Wah Wu, Oct 08 2016

Formula

a(n) = floor(n*(sqrt(3)+2)). - Michel Marcus, Jan 05 2015
For n >= 0, a(n) = 2n + largest integer m such that m^2 <= 3*n^2. - Chai Wah Wu, Oct 08 2016
From Miko Labalan, Dec 03 2016: (Start)
For n > 0, a(n) = 4*floor(n*(sqrt(3)-1)) + 3*floor(n*(2-sqrt(3))) + 3;
a(0) = 0, a(n) = a(n - 1) + A182778(n) - A182778(n - 1) - 1.
(End)

A116425 Decimal expansion of 2 + 2*cos(2*Pi/7).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Feb 15 2006

Keywords

Comments

A root of the equation x^3 - 5*x^2 + 6*x - 1 = 0. - Arkadiusz Wesolowski, Jan 13 2016
The other two roots of this minimal polynomial of the present algebraic number (rho(7))^2, with rho(7) = 2*cos(Pi/7) = A160389 are (2*cos(3*Pi/7))^2 = (A255241)^2 and (2*cos(5*Pi/7))^2 = (-A255249)^2. - Wolfdieter Lang, Mar 30 2020

Examples

			3.246979603717467061...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.25 Tutte-Beraha Constants, p. 417.

Crossrefs

2 + 2*cos(2*Pi/n): A104457 (n = 5), A332438 (n = 9), A296184 (n = 10), A019973 (n = 12).

Programs

Formula

Equals (2*cos(Pi/7))^2 = (A160389)^2.
Equals 2 + i^(4/7) - i^(10/7). - Peter Luschny, Apr 04 2020
Let c = 2 + 2*cos(2*Pi/7). The linear fractional transformation z -> c - c/z has order 7, that is, z = c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/z)))))). - Peter Bala, May 09 2024

A332438 Decimal expansion of (2*cos(Pi/9))^2 = A332437^2.

Original entry on oeis.org

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

Views

Author

Wolfdieter Lang, Mar 31 2020

Keywords

Comments

This algebraic number rho(9)^2 of degree 3 is a root of its minimal polynomial x^3 - 6*x^2 + 9*x - 1.
The other two roots are x2 = (2*cos(5*Pi/9))^2 = (2*cos(4*Pi/9))^2 = (R(4,rho(9)))^2 = 2 - rho(9) = 0.120614758..., and x3 = (2*cos(7*Pi/9))^2 = (2*cos(7*Pi/9))^2 = (R(7,rho(9)))^2 = 4 + rho(9) - rho(9)^2 = 2.347296355... = A130880 + 2, with rho(9) = 2*cos(Pi/9) = A332437, the monic Chebyshev polynomials R (see A127672), and the computation is done modulo the minimal polynomial of rho(9) which is x^3 - 3*x - 1 (see A187360).
This gives the representation of these roots in the power basis of the simple field extension Q(rho(9)). See the linked W. Lang paper in A187360, sect. 4.
This number rho(9)^2 appears as limit of the quotient of consecutive numbers af various sequences, e.g., A094256 and A094829.
The algebraic number rho(9)^2 - 2 = 1.532088898... of Q(rho(9)) has minimal polynomial x^3 - 3*x + 1 over Q. The other roots are -rho(9) = -A332437 and 2 + rho(9) - rho(9)^2 = A130880. - Wolfdieter Lang, Sep 20 2022

Examples

			3.5320888862379560704047853011108333478716649...
		

Crossrefs

2 + 2*cos(2*Pi/n): A104457 (n = 5), A116425 (n = 7), A296184 (n = 10), A019973 (n = 12).

Programs

  • Mathematica
    RealDigits[(2*Cos[Pi/9])^2, 10, 100][[1]] (* Amiram Eldar, Mar 31 2020 *)
  • PARI
    (2*cos(Pi/9))^2 \\ Michel Marcus, Sep 23 2022

Formula

Equals (2*cos(Pi/9))^2 = rho(9)^2 = A332437^2.
Equals 2 + i^(4/9) - i^(14/9). - Peter Luschny, Apr 04 2020
Equals 2 + w1^(1/3) + w2^(1/3), where w1 = (-1 + sqrt(3)*i)/2 = exp(2*Pi*i/3) and w2 = (-1 - sqrt(3)*i)/2 are the complex roots of x^3 - 1. - Wolfdieter Lang, Sep 20 2022
Constant c = 2 + 2*cos(2*Pi/9). The linear fractional transformation z -> c - c/z has order 9, that is, z = c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(c - c/(z))))))))). - Peter Bala, May 09 2024
From Amiram Eldar, Nov 22 2024: (Start)
Equals 3 + sec(Pi/9)/2 = 3 + 1/(2*A019879).
Equals 3 + Product_{k>=3} (1 + (-1)^k/A063289(k)). (End)
Showing 1-10 of 19 results. Next