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-1 of 1 results.

A197221 Denominator of convergents to e + 1/e.

Original entry on oeis.org

1, 11, 12, 23, 35, 58, 325, 383, 4155, 12848, 119787, 132635, 385057, 9374003, 1331493483, 4003854452, 5335347935, 20009898257, 85374940963, 105384839220, 717683976283, 823068815503, 4833028053798, 10489124923099, 25811277899996, 36300402823095
Offset: 1

Views

Author

T. D. Noe, Oct 12 2011

Keywords

Crossrefs

Cf. A137204 (decimal), A197220 (numerators).

Programs

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