A182773 Beatty sequence for 1+2^(2/3).
2, 5, 7, 10, 12, 15, 18, 20, 23, 25, 28, 31, 33, 36, 38, 41, 43, 46, 49, 51, 54, 56, 59, 62, 64, 67, 69, 72, 75, 77, 80, 82, 85, 87, 90, 93, 95, 98, 100, 103, 106, 108, 111, 113, 116, 119, 121, 124, 126, 129, 131, 134, 137, 139, 142
Offset: 1
Keywords
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Beatty Sequence.
- Index entries for sequences related to Beatty sequences.
Programs
-
Mathematica
Floor[Range[100]*(1 + 2^(2/3))] (* Paolo Xausa, Jul 09 2024 *)
Formula
a(n) = floor(n*(1+2^(2/3))).
Comments