login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249328 Position where n occurs first in the continued fraction expansion of e^3. 0
2, 3, 5, 4, 7, 18, 32, 91, 142, 454, 1, 245, 15, 16, 126, 10, 304, 74, 202, 0, 296, 409, 227, 89, 865, 425, 183, 384, 616, 634, 1200, 1467, 1226, 159, 233, 2023, 584, 1384, 745, 764, 770, 329, 1582, 1721, 585, 85, 392, 136, 3984, 740, 302, 890 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
Cf. A058282.
Sequence in context: A242388 A257985 A089557 * A083464 A347423 A255234
KEYWORD
nonn
AUTHOR
Ralf Stephan, Jan 12 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:48 EDT 2024. Contains 371930 sequences. (Running on oeis4.)