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.

A041413 Denominators of continued fraction convergents to sqrt(221).

Original entry on oeis.org

1, 1, 7, 15, 97, 112, 3233, 3345, 23303, 49951, 323009, 372960, 10765889, 11138849, 77598983, 166336815, 1075619873, 1241956688, 35850407137, 37092363825, 258404590087, 553901543999, 3581813854081, 4135715398080, 119381845000321, 123517560398401
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    I:=[1,1,7,15,97,112,3233,3345,23303,49951,323009, 372960]; [n le 12 select I[n] else 3330*Self(n-6)-Self(n-12): n in [1..40]]; // Vincenzo Librandi, Dec 17 2013
  • Mathematica
    Denominator/@Convergents[Sqrt[221],30]  (* Harvey P. Dale, Apr 02 2011 *)
    CoefficientList[Series[-(x^10 - x^9 + 7 x^8 - 15 x^7 + 97 x^6 - 112 x^5 - 97 x^4 - 15 x^3 - 7 x^2 - x - 1)/((x^4 - 15 x^2 + 1) (x^8 + 15 x^6 + 224 x^4 + 15 x^2 + 1)), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 17 2013 *)

Formula

G.f.: -(x^10 -x^9 +7*x^8 -15*x^7 +97*x^6 -112*x^5 -97*x^4 -15*x^3 -7*x^2 -x -1) / ((x^4 -15*x^2 +1)*(x^8 +15*x^6 +224*x^4 +15*x^2 +1)). - Colin Barker, Nov 17 2013
a(n) = 3330*a(n-6) - a(n-12). - Vincenzo Librandi, Dec 17 2013

Extensions

More terms from Colin Barker, Nov 17 2013

A177156 Decimal expansion of (9+sqrt(221))/14.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 03 2010

Keywords

Comments

Continued fraction expansion of (9+sqrt(221))/14 is A130658.

Examples

			(9+sqrt(221))/14 = 1.70471919623703610875...
		

Crossrefs

Cf. A177157 (decimal expansion of sqrt(221)), A130658 (repeat 1, 1, 2, 2).

Programs

  • Mathematica
    RealDigits[(9+Sqrt[221])/14,10,120][[1]] (* Harvey P. Dale, Jan 12 2022 *)

A177841 Decimal expansion of (5+sqrt(221))/14.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 14 2010

Keywords

Comments

Continued fraction expansion of (5+sqrt(221))/14 is A014695.

Examples

			(5+sqrt(221))/14 = 1.41900491052275039447...
		

Crossrefs

Cf. A177157 (decimal expansion of sqrt(221)), A014695 (repeat 1, 2, 2, 1).

Programs

  • Mathematica
    RealDigits[(5+Sqrt[221])/14,10,120][[1]] (* Harvey P. Dale, Nov 12 2011 *)
Showing 1-3 of 3 results.