A197221 Denominator of convergents to e + 1/e.
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
Keywords
Links
- Robert Israel, Table of n, a(n) for n = 1..1899
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]]