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

A247798
n-th positive integer relatively prime to 2*n - 1.
3
1, 2, 3, 4, 7, 6, 7, 14, 9, 10, 19, 12, 16, 20, 15, 16, 28, 26, 19, 32, 21, 22, 43, 24, 29, 41, 27, 38, 46, 30, 31, 55, 44, 34, 55, 36, 37, 71, 50, 40, 61, 42, 57, 68, 45, 58, 73, 63, 49, 82, 51, 52, 116, 54, 55, 86, 57, 76, 95, 74, 67, 95, 78, 64, 100, 66
OFFSET
1,2
COMMENTS
Central terms of triangle A077581.
LINKS
PROG
(Haskell)
a247798 n = a077581 (2 * n - 1) n
CROSSREFS
Sequence in context: A340632 A074846 A120225 * A130685 A210202 A358201
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 26 2014
STATUS
approved