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!)
A329975 Beatty sequence for 1 + x + x^2, where x is the real solution of 1/x + 1/(1+x+x^2) = 1. 2
4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 97, 101, 106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150, 155, 159, 163, 167, 171, 175, 179, 183, 187, 191, 195, 199, 203, 208, 212, 216, 220, 224, 228, 232 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let x be the real solution of 1/x + 1/(1+x+x^2) = 1. Then (floor(n x)) and (floor(n*(x^2 + x + 1)))) are a pair of Beatty sequences; i.e., every positive integer is in exactly one of the sequences. See the Guide to related sequences at A329825.
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence.
FORMULA
a(n) = floor(n (1+x+x^2)), where x = 1.324717... is the constant in A060006.
MATHEMATICA
Solve[1/x + 1/(1 + x + x^2) == 1, x]
u = 1/3 (27/2 - (3 Sqrt[69])/2)^(1/3) + (1/2 (9 + Sqrt[69]))^(1/3)/3^(2/3);
u1 = N[u, 150]
RealDigits[u1, 10][[1]] (* A060006 *)
Table[Floor[n*u], {n, 1, 50}] (* A329974 *)
Table[Floor[n*(1 + u + u^2)], {n, 1, 50}] (* A329975 *)
Plot[1/x + 1/(1 + x + x^2) - 1, {x, -2, 2}]
CROSSREFS
Cf. A329825, A060006, A329974 (complement).
Sequence in context: A008574 A189917 A172326 * A352674 A311125 A311126
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 02 2020
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)