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!)
A096613 Values of k such that floor(k*tanh(Pi)) = floor((k+1) tanh(Pi)). 1
268, 536, 804, 1072, 1341, 1609, 1877, 2145, 2414, 2682, 2950, 3218, 3487, 3755, 4023, 4291, 4560, 4828, 5096, 5364, 5633, 5901, 6169, 6437, 6706, 6974, 7242, 7510, 7779, 8047, 8315, 8583, 8852, 9120, 9388, 9656, 9925, 10193, 10461, 10729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Almost Integer.
EXAMPLE
Floor(k*tanh(Pi)) = k-1 for 1<=k<=267, but floor(268*tanh(Pi)) = floor(269*tanh(Pi)) = 267, so 268 is the first member of the sequence.
MATHEMATICA
Select[Range[10^4], Floor[#*Tanh[Pi]] == Floor[(# + 1)*Tanh[Pi]] &] (* Amiram Eldar, Apr 14 2022 *)
CROSSREFS
Cf. A344505.
Sequence in context: A278382 A062037 A244194 * A304388 A234878 A194774
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jun 30 2004
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)