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

A250471
Permutation of natural numbers: a(n) = (A250469(n) + 1) / 2.
6
1, 2, 3, 5, 4, 8, 6, 11, 13, 14, 7, 17, 9, 20, 18, 23, 10, 26, 12, 29, 28, 32, 15, 35, 25, 38, 33, 41, 16, 44, 19, 47, 43, 50, 39, 53, 21, 56, 48, 59, 22, 62, 24, 65, 58, 68, 27, 71, 61, 74, 63, 77, 30, 80, 46, 83, 73, 86, 31, 89, 34, 92, 78, 95, 60, 98, 36, 101, 88, 104, 37, 107, 40, 110, 93, 113, 72, 116, 42, 119, 103, 122, 45, 125, 67, 128, 108, 131, 49
OFFSET
1,2
FORMULA
a(n) = (A250469(n) + 1) / 2.
PROG
(Scheme) (define (A250471 n) (/ (+ 1 (A250469 n)) 2))
CROSSREFS
Inverse: A250472.
Sequence in context: A065561 A245708 A126917 * A086496 A102398 A118317
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 06 2014
STATUS
approved