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.

A091131 Decimal expansion of e - 1.

This page as a plain text file.
%I A091131 #31 Aug 27 2025 11:47:08
%S A091131 1,7,1,8,2,8,1,8,2,8,4,5,9,0,4,5,2,3,5,3,6,0,2,8,7,4,7,1,3,5,2,6,6,2,
%T A091131 4,9,7,7,5,7,2,4,7,0,9,3,6,9,9,9,5,9,5,7,4,9,6,6,9,6,7,6,2,7,7,2,4,0,
%U A091131 7,6,6,3,0,3,5,3,5,4,7,5,9,4,5,7,1,3,8,2,1,7,8,5,2,5,1,6,6,4,2,7,4,2
%N A091131 Decimal expansion of e - 1.
%C A091131 Average length of the first increasing run in a random permutation of n integers as n->Infinity.
%C A091131 Engel expansion of number e - 1 is sequence of natural numbers (A000027). - _Jaroslav Krizek_, Jan 23 2014
%H A091131 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Permutation.html">Permutation</a>
%H A091131 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A091131 Sum_{k >= 1} 1/k!. - _Eric Desbiaux_, Mar 21 2009
%F A091131 Equals Sum_{k>=1} H(k)*(k-1)/k!, where H(k) = A001008(k)/A002805(k) is the k-th harmonic number. - _Amiram Eldar_, Aug 19 2020
%e A091131 e - 1 = 1.71828182...
%t A091131 RealDigits[N[E - 1, 105]][[1]]
%o A091131 (PARI) exp(1) - 1 \\ _Michel Marcus_, Aug 07 2019
%Y A091131 Cf. A001008, A002805.
%Y A091131 Essentially the same as A001113.
%K A091131 nonn,cons,easy,changed
%O A091131 1,2
%A A091131 _Eric W. Weisstein_, Dec 19 2003