login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138115 Triangle read by rows: row n lists the first n digits of the decimal expansion of e. 1
2, 2, 7, 2, 7, 1, 2, 7, 1, 8, 2, 7, 1, 8, 2, 2, 7, 1, 8, 2, 8, 2, 7, 1, 8, 2, 8, 1, 2, 7, 1, 8, 2, 8, 1, 8, 2, 7, 1, 8, 2, 8, 1, 8, 2, 2, 7, 1, 8, 2, 8, 1, 8, 2, 8, 2, 7, 1, 8, 2, 8, 1, 8, 2, 8, 4, 2, 7, 1, 8, 2, 8, 1, 8, 2, 8, 4, 5 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, successive digits of A011543.
LINKS
EXAMPLE
Triangle begins:
..... 2
.... 2,7
... 2,7,1
.. 2,7,1,8
. 2,7,1,8,2
MATHEMATICA
Module[{nn=20, ed}, ed=RealDigits[E, 10, nn][[1]]; Flatten[Table[Take[ed, n], {n, nn}]]] (* Harvey P. Dale, Dec 24 2014 *)
CROSSREFS
Sequence in context: A208475 A367197 A082837 * A021444 A029632 A089588
KEYWORD
easy,nonn,tabl,base
AUTHOR
Omar E. Pol, Mar 14 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)