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!)
A352675 Beatty sequence for (3/13)(4+sqrt(3)). 3
1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 72, 74, 75, 76, 78, 79, 80, 82, 83, 84, 85, 87 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = floor((3/13)*(4+sqrt(3))*n).
MATHEMATICA
z = 200; r = (3/2) (1 + Sqrt[3]); s = r/(r - 1);
Table[Floor[n r], {n, 1, z}] (* A352674 *)
Table[Floor[n s], {n, 1, z}] (* A352675 *)
CROSSREFS
Cf. A352673, A352674 (complement)
Sequence in context: A187386 A059531 A039053 * A329974 A059557 A195291
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 26 2022
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 15 07:46 EDT 2024. Contains 374324 sequences. (Running on oeis4.)