login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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