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.

A002951 Continued fraction for fifth root of 5.

Original entry on oeis.org

1, 2, 1, 1, 1, 2, 1, 2, 8, 1, 25, 1, 5, 1, 22, 1, 8, 1, 1, 9, 1, 1, 4, 1, 2, 1, 2, 1, 2, 2, 1, 1, 1, 1, 2, 1, 6, 2, 46, 1, 12, 1, 32, 1, 2, 3, 2, 3, 55, 1, 12, 3, 8, 1, 1, 11, 1, 4, 1, 1, 1, 2, 1, 1, 7, 1, 1, 4, 3, 3, 3218, 1, 3, 1, 2, 2, 3, 1, 1, 2, 11, 1, 7, 57, 2, 2, 2, 2, 1, 1, 67, 1, 2, 3, 1, 1, 13, 3
Offset: 0

Views

Author

Keywords

Comments

Fifth root of 5 = 5^(1/5). - Harry J. Smith, May 10 2009

Examples

			1.379729661461214832390063464... = 1 + 1/(2 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 10 2009
		

References

  • H. P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A005534 (decimal expansion).
Cf. A002363, A002364 (convergents).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); ContinuedFraction(5^(1/5)); // G. C. Greubel, Nov 02 2018
  • Maple
    with(numtheory): cfrac(5^(1/5),100,'quotients'); # Muniru A Asiru, Nov 02 2018
  • Mathematica
    ContinuedFraction[5^(1/5), 100] (* G. C. Greubel, Nov 02 2018 *)
  • PARI
    { allocatemem(932245000); default(realprecision, 21000); x=contfrac(5^(1/5)); for (n=1, 20000, write("b002951.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 10 2009
    

Extensions

More terms copied from Smith's b-file by Hagen von Eitzen, Jul 20 2009
Offset changed by Andrew Howroyd, Jul 05 2024

A002364 Numerators of continued fraction convergents to fifth root of 5.

Original entry on oeis.org

1, 3, 4, 7, 11, 29, 40, 109, 912, 1021, 26437, 27458, 163727, 191185, 4369797, 4560982, 40857653, 45418635, 86276288, 821905227, 908181515, 1730086742, 7828528483, 9558615225, 26945758933, 36504374158, 99954507249, 136458881407, 372872270063, 882203421533
Offset: 0

Views

Author

Keywords

References

  • D. H. Lehmer, Guide to Tables in the Theory of Numbers. Bulletin No. 105, National Research Council, Washington, DC, 1941, p. 67.
  • P. Seeling, Verwandlung der irrationalen Groesse ... in einen Kettenbruch, Archiv. Math. Phys., 46 (1866), 80-120.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A002363 (denominators), A002951 A005534.

Programs

  • Mathematica
    Numerator[Convergents[Surd[5,5],30]] (* Harvey P. Dale, Dec 06 2015 *)

Extensions

Definition clarified by and more terms from Harvey P. Dale, Dec 06 2015
Offset changed by Andrew Howroyd, Jul 05 2024
Showing 1-2 of 2 results.