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!)
A091464 a(n) is the smallest j such that 1/2 + 1/5 + 1/8 + ... + 1/j exceeds n. 4
17, 323, 6506, 130664, 2624438, 52713275, 1058774426, 21266052797, 427140088670 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
The next term is approximately the previous term * e^3.
MATHEMATICA
s = 0; k = 2; Do[ While[s = N[s + 1/k, 24]; s <= n, k += 3]; Print[k]; k += 3, {n, 1, 7}]
CROSSREFS
Sequence in context: A196455 A217960 A221583 * A015693 A029535 A099275
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Jan 12 2004
EXTENSIONS
a(8)-a(9) from Hugo Pfoertner, Dec 26 2019
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 August 3 08:07 EDT 2024. Contains 374885 sequences. (Running on oeis4.)