The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A091463 a(n) is the smallest j such that 1/1 + 1/4 + 1/7 + ... + 1/j exceeds n. 4
4, 52, 1060, 21301, 427873, 8594032, 172615738, 3467079760, 69638158519 (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 = 1; Do[ While[s = N[s + 1/k, 24]; s <= n, k += 3]; Print[k]; k += 3, {n, 1, 7}]
CROSSREFS
Sequence in context: A144340 A247020 A059580 * A354253 A354262 A144829
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Jan 12 2004
EXTENSIONS
Name edited by Jon E. Schoenfield, Dec 20 2019
a(8)-a(9) from Hugo Pfoertner, Dec 27 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 May 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)