login
A237860
Inverse permutation to A237851.
2
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,2
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)
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a237860 = (+ 1) . fromJust . (`elemIndex` a237851_list)
CROSSREFS
Cf. A237851.
Sequence in context: A270202 A171534 A163907 * A088614 A162615 A275716
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Feb 14 2014
STATUS
approved