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

A195819 Multiples of 29.

Original entry on oeis.org

0, 29, 58, 87, 116, 145, 174, 203, 232, 261, 290, 319, 348, 377, 406, 435, 464, 493, 522, 551, 580, 609, 638, 667, 696, 725, 754, 783, 812, 841, 870, 899, 928, 957, 986, 1015, 1044, 1073, 1102, 1131, 1160, 1189, 1218, 1247, 1276, 1305, 1334
Offset: 0

Views

Author

Omar E. Pol, Oct 12 2011

Keywords

Comments

Length of hypotenuses on the main diagonal of the Pythagorean spiral whose edges have length A195033 and whose vertices are the numbers A195034, if n >= 1.

Crossrefs

Programs

Formula

a(n) = 29*n.
From Elmo R. Oliveira, Mar 21 2024: (Start)
G.f.: 29*x/(x-1)^2.
E.g.f.: 29*x*exp(x).
a(n) = 2*a(n-1) - a(n-2) for n >= 2. (End)

A267319 Continued fraction expansion of phi^8, where phi = (1 + sqrt(5))/2.

Original entry on oeis.org

46, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 13 2016

Keywords

Comments

More generally, the ordinary generating function for the continued fraction expansion of phi^(2*k + 1), where phi = (1 + sqrt(5))/2, k = 1, 2, 3,... is floor(phi^(2*k + 1))/(1 - x), and for the continued fraction expansion of phi^(2*k) is (floor(phi^(2*k)) + x - x^2)/(1 - x^2).

Examples

			phi^8 = (47 + 21*sqrt(5))/2 = 46 + 1/(1 + 1/(45 + 1/(1 + 1/(45 + 1/(1 + 1/(45 + 1/...)))))).
		

Crossrefs

Cf. A001622.
Cf. continued fraction expansion of phi^k: A000012 (k = 1), A054977 (k = 2), A010709 (k = 3), A176260 (k = 4, for n>0), A010850 (k = 5), A040071 (k = 6, for n>0), A010868 (k = 7), this sequence (k = 8).

Programs

  • Magma
    [46] cat &cat [[1, 45]^^50]; // Vincenzo Librandi, Jan 13 2016
  • Mathematica
    ContinuedFraction[(47 + 21 Sqrt[5])/2, 82]

Formula

G.f.: (46 + x - x^2)/(1 - x^2).
a(n) = 23 + 22*(-1)^n for n>0. - Bruno Berselli, Jan 18 2016
Showing 1-2 of 2 results.