A098327 Recurrence sequence derived from the decimal places of sqrt(e).
0, 9, 60, 79, 59, 137, 479, 2897, 1397, 24474, 63515, 71287, 191542, 1432289, 1766633, 1380465, 2894629, 1464385, 10676561
Offset: 1
Examples
sqrt(e)=1.6487212707001281468... So for example, with a(1)=0, a(2)=9 because 9th decimal place is 0; a(3)=60 because 9 appears at decimal place number 60 and so on.
Crossrefs
Formula
a(1)=0, p(i)=position of first occurrence of a(i) in decimal places of sqrt(e), a(i+1)=p(i).
Comments