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.
%I A057213 #16 Nov 15 2014 08:41:52 %S A057213 1,2,11,1,2,2,1,1,11,2,7,1,2,3,2,1,1,7,1,2,2,7,4,1,2,1,1,2,23,2,2,1, %T A057213 15,1,1,4,3,4,1,2,4,2,2,1,28,7,3,2,10,2,6,1,1,2,1,6,1,1,3,3,9,26,3,1, %U A057213 2,16,2,2,1,8,1,2,1,1,69,1,1,2,2,1,5,3,1,2,2,1,1,1,1,1,68,1,1,1,1,1,2 %N A057213 Second term of continued fraction for exp(n). %H A057213 Eric M. Schmidt, <a href="/A057213/b057213.txt">Table of n, a(n) for n = 1..10000</a> %F A057213 floor(1/(exp(n)-floor(exp(n)))) %t A057213 Table[ContinuedFraction[Exp[n],3][[2]],{n,100}] (* _Harvey P. Dale_, Nov 15 2014 *) %o A057213 (PARI) default(realprecision, 10000); %o A057213 for(n=1, 10000, print(n, " ", contfrac(exp(n))[2])) %o A057213 \\ _Eric M. Schmidt_, Mar 05 2014 %Y A057213 Cf. A138324. %K A057213 easy,nonn %O A057213 1,2 %A A057213 _Leroy Quet_, Sep 29 2000