OFFSET
1,1
COMMENTS
The numbers in this sequence are 1,2,7,8.
Conjecture: this sequence is non-repeating and infinite.
LINKS
M. Ripa and G. Morelli, Retro-analytical Reasoning IQ tests for the High Range, 2013.
FORMULA
e = 2.718281828... Let the i-th digit of e be the digit of e in the i-th position. Then the e-th digit of e is the digit of e in the position corresponding to the value of the i-th digit.
EXAMPLE
The digit of e in the first position is 2 and the digit of e in the second position is 7, the first term in the table.
PROG
(PARI) g(n)=a=Vec(Str(exp(1)*10^9990)); for(x=1, n, v=eval(a[x]); if(v==0, print1(a [v+10]", "), print1(a[v]", ")))
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Cino Hilliard, May 27 2006
STATUS
approved