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”).

A249244
Numbers k such that A249243(k+1) = A249243(k).
3
3, 7, 11, 15, 19, 22, 26, 30, 34, 38, 41, 45, 49, 53, 56, 60, 64, 68, 72, 75, 79, 83, 87, 91, 94, 98, 102, 106, 109, 113, 117, 121, 125, 128, 132, 136, 140, 144, 147, 151, 155, 159, 162, 166, 170, 174, 178, 181, 185, 189, 193, 197, 200, 204, 208, 212, 215
OFFSET
1,1
COMMENTS
A249244 and A249245 are a complementary pair, analogous to the pair A247785 and A247786.
LINKS
MATHEMATICA
u = Floor[Table[1/((1 + 1/n)^(n + 1) - E), {n, 1, 1000}]]; (* A249243 *)
d = Differences[u]
Flatten[Position[d, 0]] (* A249244 *)
Flatten[Position[d, 1]] (* A249245 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 23 2014
STATUS
approved