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!)
A330067 Beatty sequence for sinh(x), where 1/x + 1/sinh(x) = 1. 3
2, 5, 7, 10, 12, 15, 17, 20, 22, 25, 27, 30, 32, 35, 37, 40, 42, 45, 47, 50, 53, 55, 58, 60, 63, 65, 68, 70, 73, 75, 78, 80, 83, 85, 88, 90, 93, 95, 98, 100, 103, 106, 108, 111, 113, 116, 118, 121, 123, 126, 128, 131, 133, 136, 138, 141, 143, 146, 148, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let x be the solution of 1/x + csch(x) = 1. Then (floor(n x) and (floor(n sinh(x))) 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 sinh(x)), where x = 1.656135560... is the constant in A330065.
MATHEMATICA
r = x /. FindRoot[1/x + 1/Sinh[x] == 1, {x, 2, 10}, WorkingPrecision -> 210]
RealDigits[r][[1]] (* A330065 *)
Table[Floor[n*r], {n, 1, 250}] (* A330066 *)
Table[Floor[n*Sinh[r]], {n, 1, 250}] (* A330067 *)
CROSSREFS
Cf. A329825, A330065, A330066 (complement).
Sequence in context: A075328 A038126 A047215 * A059536 A030193 A292653
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 04 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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)