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.

A176441 Decimal expansion of sqrt(210).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 19 2010

Keywords

Comments

Continued fraction expansion of sqrt(210) is A040195.

Examples

			sqrt(210) = 14.49137674618943857371...
		

Crossrefs

Cf. A010467 (decimal expansion of sqrt(10)), A010477 (decimal expansion of sqrt(21)), A176440 (decimal expansion of (14+sqrt(210))/4), A040195 (14 followed by (repeat 2, 28)).

Programs

  • Mathematica
    RealDigits[Sqrt[210],10,120][[1]]  (* Harvey P. Dale, Apr 21 2011 *)

A041391 Denominators of continued fraction convergents to sqrt(210).

Original entry on oeis.org

1, 2, 57, 116, 3305, 6726, 191633, 389992, 11111409, 22612810, 644270089, 1311152988, 37356553753, 76024260494, 2166035847585, 4408095955664, 125592722606177, 255593541168018, 7282211875310681, 14820017291789380, 422242696045413321
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    I:=[1,2,57,116]; [n le 4 select I[n] else 58*Self(n-2)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Dec 17 2013
  • Mathematica
    Denominator[Convergents[Sqrt[210], 30]] (* Vincenzo Librandi, Dec 17 2013 *)

Formula

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

Extensions

More terms from Colin Barker, Nov 17 2013
Showing 1-2 of 2 results.