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.

A040756 Continued fraction for sqrt(785).

Original entry on oeis.org

28, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56
Offset: 0

Views

Author

Keywords

Examples

			28 + 1/(56 + 1/(56 + 1/(56 + 1/(56 + ...)))) = sqrt(785).
		

Crossrefs

Cf. A042512/A042513 (convergents).

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(785)),confrac);
  • Mathematica
    Block[{$MaxExtraPrecision =1000},ContinuedFraction[Sqrt[785],70]] (* or *) PadRight[{28},70,56] (* Harvey P. Dale, May 09 2012 *)

Formula

From Elmo R. Oliveira, Feb 16 2024: (Start)
a(n) = 56 for n >= 1.
G.f.: 28*(1+x)/(1-x).
E.g.f.: 56*exp(x) - 28.
a(n) = 28*A040000(n) = 14*A040002(n) = 7*A040012(n). (End)

A042512 Numerators of continued fraction convergents to sqrt(785).

Original entry on oeis.org

28, 1569, 87892, 4923521, 275805068, 15450007329, 865476215492, 48482118074881, 2715864088408828, 152136871068969249, 8522380643950686772, 477405452932307428481, 26743227744853166681708, 1498098159164709641604129, 83920240140968593096512932
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[Convergents[Sqrt[785], 30]] (* Vincenzo Librandi, Nov 25 2013 *)

Formula

a(n) = 56*a(n-1)+a(n-2) for n>1, a(0)=28, a(1)=1569. G.f.: (28+x)/(1-56*x-x^2). [Philippe Deléham, Nov 23 2008]

Extensions

Additional term from Colin Barker, Dec 17 2013
Showing 1-2 of 2 results.