A037085 Beatty sequence for Pi^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
Offset: 0
Keywords
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
- Eric Weisstein's World of Mathematics, Beatty Sequence.
- Index entries for sequences related to Beatty sequences
Crossrefs
Cf. A002388.
Programs
-
Mathematica
Floor[Range[0, 100]*Pi^2] (* Paolo Xausa, Jul 06 2024 *)
-
PARI
a(n) = floor(n*Pi^2); \\ Michel Marcus, Sep 28 2013
Formula
a(n) = floor(n*Pi^2).
Extensions
More terms from Michel Marcus, Sep 28 2013