A237860 Inverse permutation to A237851.
1, 2, 9, 3, 19, 6, 33, 4, 10, 8, 53, 7, 54, 14, 18, 5, 96, 11, 385, 13, 34, 35, 441, 12, 20, 36, 45, 15, 562, 17, 592, 16, 55, 40, 50, 22, 1259, 59, 56, 21, 2419, 23, 2744, 24, 51, 61, 2917, 25, 97, 49, 100, 48, 3993, 28, 77, 26, 123, 71, 4389, 27, 5424, 105
Offset: 1
Links
- Lars Blomberg, Table of n, a(n) for n = 1..10000 (first 106 terms from Reinhard Zumkeller; first 1380 terms from Reinhard Zumkeller and Giovanni Resta)
- Index entries for sequences that are permutations of the natural numbers
Crossrefs
Cf. A237851.
Programs
-
Haskell
import Data.List (elemIndex); import Data.Maybe (fromJust) a237860 = (+ 1) . fromJust . (`elemIndex` a237851_list)