OFFSET
0,2
COMMENTS
Permutation of nonnegative integers.
LINKS
Georg Fischer, Table of n, a(n) for n = 0..1000
OEIS wiki, Lodumo transform
Index entries for linear recurrences with constant coefficients, signature (0,0,0,2,0,0,0,-1).
FORMULA
a(n) = lod_2(A159833(n)).
G.f.: x*(2*x^6+x^5+4*x^4+6*x^3+4*x^2+x+2) / (x^8-2*x^4+1).
a(n) = a(n-4) + (period 4: repeat [6, 6, 2, 6]) for n >= 4. - Georg Fischer, Feb 15 2019
MATHEMATICA
LinearRecurrence[{0, 0, 0, 2, 0, 0, 0, -1}, {0, 2, 1, 4, 6, 8, 3, 10}, 100] (* Georg Fischer, Feb 15 2019 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Apr 29 2009
EXTENSIONS
Edited by Georg Fischer, Feb 15 2019
STATUS
approved