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

A041439 Denominators of continued fraction convergents to sqrt(235).

Original entry on oeis.org

1, 3, 91, 276, 8371, 25389, 770041, 2335512, 70835401, 214841715, 6516086851, 19763102268, 599409154891, 1817990566941, 55139126163121, 167235369056304, 5072200197852241, 15383835962613027, 466587279076243051, 1415145673191342180, 42920957474816508451
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    I:=[1,3,91,276]; [n le 4 select I[n] else 92*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Dec 17 2013
  • Mathematica
    Denominator[Convergents[Sqrt[235], 30]] (* Vincenzo Librandi, Dec 17 2013 *)
    LinearRecurrence[{0,92,0,-1},{1,3,91,276},30] (* Harvey P. Dale, May 05 2018 *)

Formula

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

Extensions

More terms from Colin Barker, Nov 17 2013

A176523 Decimal expansion of (45+3*sqrt(235))/10.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 23 2010

Keywords

Comments

Continued fraction expansion of (45+3*sqrt(235))/10 is A010735.

Examples

			(45+3*sqrt(235))/10 = 9.09891291502676749696...
		

Crossrefs

Cf. A176524 (decimal expansion of sqrt(235)), A010735 (repeat 9, 10).

Programs

  • Mathematica
    RealDigits[(45+3Sqrt[235])/10,10,120][[1]] (* Harvey P. Dale, Aug 27 2011 *)

A176536 Decimal expansion of (15 + sqrt(235))/3.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 24 2010

Keywords

Comments

Continued fraction expansion of (15 + sqrt(235))/3 is A010735 preceded by 10.

Examples

			(15+sqrt(235))/3 = 10.10990323891863055218...
		

Crossrefs

Cf. A176524 (decimal expansion of sqrt(235)), A010735 (repeat 9, 10).

Programs

Showing 1-3 of 3 results.