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!)
A330115 Beatty sequence for e^x, where 1/e^x + csch(x) = 1. 3

%I #4 Jan 05 2020 08:12:11

%S 3,6,9,12,16,19,22,25,28,32,35,38,41,45,48,51,54,57,61,64,67,70,73,77,

%T 80,83,86,90,93,96,99,102,106,109,112,115,118,122,125,128,131,135,138,

%U 141,144,147,151,154,157,160,163,167,170,173,176,180,183,186

%N Beatty sequence for e^x, where 1/e^x + csch(x) = 1.

%C Let x be the positive solution of 1/e^x + csch(x) = 1. Then (floor(n e^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.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence.</a>

%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>

%F a(n) = floor(n e^x), where x = 1.1676157... is the constant in A330115.

%t r = x /. FindRoot[1/E^x + Csch[x] == 1, {x, 1, 2}, WorkingPrecision -> 200]

%t RealDigits[r][[1]] (* A330114 *)

%t Table[Floor[n*E^r], {n, 1, 250}] (* A330115 *)

%t Table[Floor[n*Sinh[r]], {n, 1, 250}] (* A330116 *)

%Y Cf. A329825, A330114, A330116 (complement).

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Jan 04 2020

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 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)