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

Permutation of even numbers: a(n) = A269379(n+1) - 1.
5

%I #5 Mar 03 2016 22:50:55

%S 0,2,4,8,6,14,10,20,18,26,12,32,16,38,34,44,22,50,30,56,48,62,24,68,

%T 28,74,64,80,36,86,54,92,78,98,58,104,40,110,94,116,42,122,46,128,108,

%U 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

%N Permutation of even numbers: a(n) = A269379(n+1) - 1.

%H Antti Karttunen, <a href="/A269382/b269382.txt">Table of n, a(n) for n = 0..16384</a>

%F a(n) = A269379(n+1) - 1.

%o (Scheme) (define (A269382 n) (- (A269379 (+ 1 n)) 1))

%Y Cf. A269379, A269384.

%Y Cf. also A253886, A269372.

%K nonn

%O 0,2

%A _Antti Karttunen_, Mar 01 2016