The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A330000 Beatty sequence for sqrt(x+1), where 1/sqrt(x-1) + 1/sqrt(x+1) = 1. 3
2, 4, 6, 9, 11, 13, 15, 18, 20, 22, 25, 27, 29, 31, 34, 36, 38, 40, 43, 45, 47, 50, 52, 54, 56, 59, 61, 63, 66, 68, 70, 72, 75, 77, 79, 81, 84, 86, 88, 91, 93, 95, 97, 100, 102, 104, 106, 109, 111, 113, 116, 118, 120, 122, 125, 127, 129, 132, 134, 136, 138 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let x be the solution of 1/sqrt(x-1) + 1/sqrt(x+1) = 1. Then (floor(n sqrt(x-1))) and (floor(n sqrt(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 sqrt(x+1)), where x = 4.18112544... is the constant in A329998.
MATHEMATICA
r = x /. FindRoot[1/Sqrt[x - 1] + 1/Sqrt[x + 1] == 1, {x, 2, 10}, WorkingPrecision -> 120]
RealDigits[r][[1]] (* A329998 *)
Table[Floor[n*Sqrt[r - 1]], {n, 1, 250}] (* A329999 *)
Table[Floor[n*Sqrt[r + 1]], {n, 1, 250}] (* A330000 *)
CROSSREFS
Cf. A329825, A329998, A329999 (complement).
Sequence in context: A085148 A252169 A187842 * A059566 A329826 A330908
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 03 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 May 19 07:00 EDT 2024. Contains 372666 sequences. (Running on oeis4.)