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!)
A037085 Beatty sequence for Pi^2. 2
0, 9, 19, 29, 39, 49, 59, 69, 78, 88, 98, 108, 118, 128, 138, 148, 157, 167, 177, 187, 197, 207, 217, 227, 236, 246, 256, 266, 276, 286, 296, 305, 315, 325, 335, 345, 355, 365, 375, 384, 394, 404, 414, 424, 434, 444, 454, 463, 473, 483, 493 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence.
FORMULA
a(n) = floor(n*Pi^2).
MATHEMATICA
Floor[Range[0, 100]*Pi^2] (* Paolo Xausa, Jul 06 2024 *)
PROG
(PARI) a(n) = floor(n*Pi^2); \\ Michel Marcus, Sep 28 2013
CROSSREFS
Cf. A002388.
Sequence in context: A041369 A042523 A347421 * A088478 A088923 A011539
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Sep 28 2013
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 July 26 20:43 EDT 2024. Contains 374636 sequences. (Running on oeis4.)