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.

A041429 Denominators of continued fraction convergents to sqrt(230).

Original entry on oeis.org

1, 6, 181, 1092, 32941, 198738, 5995081, 36169224, 1091071801, 6582600030, 198569072701, 1197997036236, 36138480159781, 218028877994922, 6577004820007441, 39680057798039568, 1196978738761194481, 7221552490365206454, 217843553449717388101
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    I:=[1,6,181,1092]; [n le 4 select I[n] else 182*Self(n-2)-Self(n-4): n in [1..100]]; // Vincenzo Librandi, Dec 17 2013
  • Mathematica
    Denominator[Convergents[Sqrt[230], 30]] (* Vincenzo Librandi, Dec 17 2013 *)

Formula

G.f.: -(x^2-6*x-1) / (x^4-182*x^2+1). - Colin Barker, Nov 17 2013
a(n) = 182*a(n-2) - a(n-4). - Vincenzo Librandi, Dec 17 2013

Extensions

More terms from Colin Barker, Nov 17 2013

A176906 Decimal expansion of (15+sqrt(230))/5.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 28 2010

Keywords

Comments

Continued fraction expansion of (15+sqrt(230))/5 is A165734.

Examples

			(15+sqrt(230))/5 = 6.03315017762062022170...
		

Crossrefs

Cf. A176909 (decimal expansion of sqrt(230)), A165734 (repeat 6, 30).
Showing 1-2 of 2 results.