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.

A040702 Continued fraction for sqrt(730).

Original entry on oeis.org

27, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54
Offset: 0

Views

Author

Keywords

Examples

			27 + 1/(54 + 1/(54 + 1/(54 + 1/(54 + ...)))) = sqrt(730).
		

Crossrefs

Cf. A042404/A042405 (convergents).

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(730)),confrac);

Formula

From Elmo R. Oliveira, Feb 15 2024: (Start)
a(n) = 54 for n >= 1.
G.f.: 27*(1+x)/(1-x).
E.g.f.: 54*exp(x) - 27.
a(n) = 27*A040000(n) = 9*A040006(n) = 3*A040072(n). (End)

A042404 Numerators of continued fraction convergents to sqrt(730).

Original entry on oeis.org

27, 1459, 78813, 4257361, 229976307, 12422977939, 671070785013, 36250245368641, 1958184320691627, 105778203562716499, 5713981176707382573, 308660761745761375441, 16673395115447821656387, 900671996995928130820339, 48652961232895566885954693
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[730], 30]] (* Vincenzo Librandi, Nov 23 2013 *)
    LinearRecurrence[{54,1},{27,1459},20] (* Harvey P. Dale, Nov 29 2020 *)

Formula

a(n)=54*a(n-1)+a(n-2), n>1; a(0)=27, a(1)=1459. G.f.: (27+x)/(1-54*x-x^2). - Philippe Deléham, Nov 23 2008

Extensions

a(14) from Colin Barker, Dec 11 2013
Showing 1-2 of 2 results.