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.

A175993 Decimal expansion of e^(1+1/e), e = exp(1).

This page as a plain text file.
%I A175993 #19 Jun 12 2024 07:34:14
%S A175993 3,9,2,7,0,1,4,3,9,4,7,4,1,6,4,4,9,0,9,9,2,7,9,5,3,5,2,2,2,6,7,2,9,6,
%T A175993 8,6,9,7,1,6,0,4,0,0,1,2,3,4,6,8,4,6,2,0,1,9,1,6,4,9,8,4,8,5,0,4,1,5,
%U A175993 5,6,1,5,4,5,7,2,9,9,8,0,0,2,5,5,9,8,3,0,3,5,2,2,7,1,2,9,8,6,2,4
%N A175993 Decimal expansion of e^(1+1/e), e = exp(1).
%C A175993 Area of the rectangle having as opposite corners the origin and (e,e^(1/e)), maximum of the graph y=x^(1/x).
%H A175993 Paolo Xausa, <a href="/A175993/b175993.txt">Table of n, a(n) for n = 1..10000</a>
%F A175993 Product of A001113 and A073229.
%e A175993 3.92701439474164490992795352226729686971604001234684620191649848504155615457299800255983...
%t A175993 First[RealDigits[Exp[1 + 1/E], 10, 100]] (* _Paolo Xausa_, Jun 12 2024 *)
%o A175993 (PARI) default(realprecision,99);e=exp(1);e^(1+1/e)  \\ _M. F. Hasler_, Nov 27 2012
%Y A175993 Cf. A001113, A073229.
%K A175993 cons,nonn
%O A175993 1,1
%A A175993 _Dylan Hamilton_, Nov 05 2010
%E A175993 Edited by _M. F. Hasler_, Nov 27 2012