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.

A197220 Numerators of convergents to e + 1/e.

Original entry on oeis.org

3, 34, 37, 71, 108, 179, 1003, 1182, 12823, 39651, 369682, 409333, 1188348, 28929685, 4109203618, 12356540539, 16465744157, 61753773010, 263480836197, 325234609207, 2214888491439, 2540123100646, 14915503994669, 32371131089984, 79657766174637, 112028897264621
Offset: 1

Views

Author

T. D. Noe, Oct 12 2011

Keywords

Crossrefs

Cf. A137204 (decimal), A197221 (denominators).

Programs

  • Maple
    numtheory:-cfrac(exp(1)+exp(-1), 100, 'ccon'):
    map(numer, ccon[1..-2]); # Robert Israel, Jun 08 2017
  • Mathematica
    Numerator[Convergents[E + 1/E, 40]]