OFFSET
1,2
COMMENTS
Permutation of the natural numbers with inverse A099136;
a(n) <> n iff 1 < n <= 14.
LINKS
PROG
(PARI) a(n)=if(n>14, n, [1, 3, 6, 8, 10, 13, 12, 4, 5, 11, 14, 2, 7, 9][n]) \\ Charles R Greathouse IV, Sep 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Sep 29 2004
STATUS
approved
