OFFSET
1,1
PROG
(Sage)
l = continued_fraction(exp(3))[:10000]
[next((i for i, x in enumerate(l) if x == n), None) for n in range(1, 100)]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ralf Stephan, Jan 12 2015
STATUS
approved