|
| |
|
|
A073212
|
|
n-th digit of Pi + n-th digit of e.
|
|
2
| |
|
|
5, 8, 5, 9, 7, 17, 3, 14, 7, 11, 9, 13, 18, 7, 13, 8, 4, 6, 13, 7, 12, 2, 8, 12, 10, 7, 15, 4, 5, 12, 11, 11, 6, 4, 12, 17, 11, 8, 14, 14, 3, 10, 16, 3, 18, 12, 9, 16, 14, 10, 5, 14, 13, 9, 4, 18, 13, 10, 18, 10, 11, 11, 11, 9, 10, 2, 11, 8, 8, 12, 10, 3, 6
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
LINKS
| Harvey P. Dale, Table of n, a(n) for n = 0..1000
|
|
|
EXAMPLE
| Pi=3.141592... e =2.718281... so we have a(0)=3+2=5, a(1)=1+7=8, a(2)=4+1=5...
|
|
|
MATHEMATICA
| RealDigits[Pi, 10, 120][[1]]+ RealDigits[E, 10, 120][[1]] (* From Harvey P. Dale, Oct 16 2011 *)
|
|
|
CROSSREFS
| Cf. A000796, A001113.
Sequence in context: A010719 A198732 A202348 * A059742 A011424 A011495
Adjacent sequences: A073209 A073210 A073211 * A073213 A073214 A073215
|
|
|
KEYWORD
| easy,nonn,base
|
|
|
AUTHOR
| Y. Kelly Itakura (yitkr(AT)mta.ca), Aug 22 2002
|
|
|
EXTENSIONS
| More terms from Harvey P. Dale, Oct 16 2011
|
| |
|
|