login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A258226
Inverse permutation to A258225.
2
3, 6, 9, 2, 5, 8, 1, 4, 7, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 93, 96, 99, 102, 105, 108, 11, 14, 17, 20, 23, 26, 29, 32, 35, 38, 41, 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, 74, 77, 80, 83, 86, 89, 92, 95, 98
OFFSET
1,1
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a258226 = (+ 1) . fromJust . (`elemIndex` a258225_list)
CROSSREFS
Cf. A258225.
Sequence in context: A198143 A131579 A059626 * A258329 A094561 A099679
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 27 2015
STATUS
approved