VOOZH
about
URL: https://oeis.org/A037085
⇱ A037085 - OEIS
login
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
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
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
Adjacent sequences:
A037082
A037083
A037084
*
A037086
A037087
A037088
KEYWORD
nonn
AUTHOR
Felice Russo
EXTENSIONS
More terms from
Michel Marcus
, Sep 28 2013
STATUS
approved