A098320 a(1)=0; for i>=1, a(i+1)=position of first occurrence of a(i) in decimal expansion of 1/e.
0, 27, 88, 308, 267, 922, 811, 40, 150, 173, 555, 1751, 3389, 5859, 10579, 227865, 560966, 1382684, 12331649, 118447869
Offset: 0
Examples
So for example, a(2)=27 because 27th digit of 1/e after decimal point is 0. a(3)=88 because 88th decimal digit of 1/e is where 27 appears, a(4)=308 because 308th to 309th decimal digits of 1/e form "88" and so on.
Crossrefs
Extensions
More terms from Ben Ross (bmr180(AT)psu.edu), Feb 01 2006
Comments