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.

A041691 Denominators of continued fraction convergents to sqrt(365).

Original entry on oeis.org

1, 9, 10, 19, 181, 6897, 62254, 69151, 131405, 1251796, 47699653, 430548673, 478248326, 908796999, 8657421317, 329890807045, 2977674684722, 3307565491767, 6285240176489, 59874727080168, 2281524869222873, 20593598550086025, 22875123419308898
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    I:=[1,9,10,19,181,6897,62254,69151,131405, 1251796]; [n le 10 select I[n] else 6916*Self(n-5)+Self(n-10): n in [1..40]]; // Vincenzo Librandi, Dec 23 2013
  • Mathematica
    Denominator[Convergents[Sqrt[365], 30]] (* Vincenzo Librandi, Dec 23 2013 *)
    LinearRecurrence[{0,0,0,0,6916,0,0,0,0,1},{1,9,10,19,181,6897,62254,69151,131405,1251796},30] (* Harvey P. Dale, Jun 03 2019 *)

Formula

G.f.: -(x^8 -9*x^7 +10*x^6 -19*x^5 +181*x^4 +19*x^3 +10*x^2 +9*x +1) / (x^10 +6916*x^5 -1). - Colin Barker, Nov 22 2013
a(n) = 6916*a(n-5) + a(n-10) for n>9. - Vincenzo Librandi, Dec 23 2013

Extensions

More terms from Colin Barker, Nov 22 2013

A176979 Decimal expansion of (15+sqrt(365))/10.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 30 2010

Keywords

Comments

Continued fraction expansion of (15+sqrt(365))/10 is A052901.

Examples

			(15+sqrt(365))/10 = 3.41049731745428001791...
		

Crossrefs

Cf. A176980 (decimal expansion of sqrt(365)), A052901 (repeat 3, 2, 2).
Showing 1-2 of 2 results.