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!)
A037086 Beatty sequence for sqrt(Pi). 5
0, 1, 3, 5, 7, 8, 10, 12, 14, 15, 17, 19, 21, 23, 24, 26, 28, 30, 31, 33, 35, 37, 38, 40, 42, 44, 46, 47, 49, 51, 53, 54, 56, 58, 60, 62, 63, 65, 67, 69, 70, 72, 74, 76, 77, 79, 81, 83, 85, 86, 88, 90, 92, 93, 95, 97, 99, 101, 102, 104, 106, 108, 109, 111, 113, 115, 116 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = floor(n*sqrt(Pi)).
MAPLE
A037086:=n->floor(n*sqrt(Pi)): seq(A037086(n), n=0..100); # Wesley Ivan Hurt, Nov 20 2014
MATHEMATICA
Table[Floor[n*Sqrt[Pi]], {n, 0, 100}] (* Wesley Ivan Hurt, Nov 20 2014 *)
PROG
(PARI) a(n) = floor(n*sqrt(Pi)); \\ Michel Marcus, Sep 28 2013
CROSSREFS
Cf. A002161.
Sequence in context: A187330 A059546 A284366 * A327212 A329825 A059565
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Jul 06 2000
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 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)