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!)
A073347 a(1)=1; a(n+1) is the smallest integer > a(n) such that Sum_{k=a(n)..a(n+1)} 1/sqrt(k) > Pi. 1
1, 5, 14, 28, 46, 69, 97, 130, 168, 211, 259, 311, 368, 430, 497, 569, 646, 728, 815, 907, 1004, 1105, 1211, 1322, 1438, 1559, 1685, 1816, 1952, 2093, 2239, 2390, 2546, 2706, 2871, 3041, 3216, 3396, 3581, 3771, 3966, 4166, 4371, 4581, 4796, 5016, 5240, 5469 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) is asymptotic to Pi^2*n^2/4.
MATHEMATICA
a[1] = 1; a[n_] := a[n] = Module[{k = a[n - 1], s = 0}, While[(s += 1/Sqrt[k]) < Pi, k++]; k]; Array[a, 50] (* Amiram Eldar, May 19 2022 *)
CROSSREFS
Cf. A091476.
Sequence in context: A140342 A055454 A301294 * A134238 A024800 A005586
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 23 2002
EXTENSIONS
a(1) = 1 inserted by Amiram Eldar, May 19 2022
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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)