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

A269382
Permutation of even numbers: a(n) = A269379(n+1) - 1.
5
0, 2, 4, 8, 6, 14, 10, 20, 18, 26, 12, 32, 16, 38, 34, 44, 22, 50, 30, 56, 48, 62, 24, 68, 28, 74, 64, 80, 36, 86, 54, 92, 78, 98, 58, 104, 40, 110, 94, 116, 42, 122, 46, 128, 108, 134, 52, 140, 84, 146, 124, 152, 60, 158, 72, 164, 138, 170, 102, 176, 66, 182, 154, 188, 112, 194, 70, 200, 168, 206, 76, 212, 100, 218, 184, 224, 82
OFFSET
0,2
LINKS
FORMULA
a(n) = A269379(n+1) - 1.
PROG
(Scheme) (define (A269382 n) (- (A269379 (+ 1 n)) 1))
CROSSREFS
Cf. also A253886, A269372.
Sequence in context: A151732 A109554 A339821 * A253886 A253885 A336350
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 01 2016
STATUS
approved