OFFSET
0,3
COMMENTS
The fixed points and cycles of this permutation (up to reversal the same as for its inverse A263327) are listed in A263355. - M. F. Hasler, Dec 11 2019
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..1023
PROG
(Haskell)
a263328 0 = 0
a263328 n = head [x | x <- [1..1023], a009995' x == a262557 n]
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Reinhard Zumkeller, Oct 15 2015
STATUS
approved