A171899 Backwards van Eck transform of A000002.
0, 0, 1, 3, 1, 3, 2, 2, 1, 3, 2, 1, 3, 1, 3, 2, 1, 3, 1, 3, 2, 2, 1, 3, 2, 2, 1, 3, 1, 3, 2, 1, 3, 2, 2, 1, 3, 2, 1, 3, 1, 3, 2, 2, 1, 3, 2, 2, 1, 3, 2, 1, 3, 1, 3, 2, 1, 3, 1, 3, 2, 2, 1, 3, 2, 1, 3, 1, 3, 2, 1, 3, 2, 2, 1, 3, 2, 2, 1, 3, 1, 3, 2, 1, 3, 1, 3, 2, 2, 1, 3, 2, 1, 3, 1, 3, 2, 1, 3, 1, 3, 2, 2, 1, 3
Offset: 1
Keywords
Programs
-
Maple
ECKb:=proc(a) local b,i,m,n; if whattype(a) <> list then RETURN([]); fi: b:=[0]; for n from 2 to nops(a) do # has a(n) appeared before? m:=0; for i from n-1 by -1 to 1 do if (a[i]=a[n]) then m:=n-i; break; fi od: b:=[op(b),m]; od: RETURN(b); end:
Comments