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

A269372
Permutation of even numbers: a(n) = A269369(n+1) - 1.
4
0, 2, 6, 4, 18, 10, 8, 16, 12, 22, 38, 28, 14, 34, 20, 40, 60, 46, 26, 52, 24, 58, 80, 64, 30, 70, 44, 76, 102, 82, 32, 88, 36, 94, 122, 100, 42, 106, 56, 112, 144, 118, 48, 124, 54, 130, 164, 136, 50, 142, 62, 148, 186, 154, 84, 160, 96, 166, 206, 172, 90, 178, 66, 184, 228, 190, 68, 196, 72, 202, 248, 208, 74
OFFSET
0,2
LINKS
FORMULA
a(n) = A269369(1+n) - 1.
PROG
(Scheme) (define (A269372 n) (- (A269369 (+ 1 n)) 1))
CROSSREFS
Cf. also A253886, A269382.
Sequence in context: A098917 A366688 A054786 * A282902 A033457 A133936
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 01 2016
STATUS
approved