login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A258330 Inverse permutation to A258329. 2
7, 4, 1, 8, 5, 2, 9, 6, 3, 70, 77, 84, 91, 98, 105, 12, 19, 26, 33, 40, 47, 54, 61, 68, 75, 82, 89, 96, 203, 10, 17, 24, 31, 38, 45, 52, 59, 66, 73, 80, 87, 94, 301, 308, 15, 22, 29, 36, 43, 50, 57, 64, 71, 78, 85, 92, 99, 406, 13, 20, 27, 34, 41, 48, 55, 62 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a258330 = (+ 1) . fromJust . (`elemIndex` a258329_list)
CROSSREFS
Cf. A258329.
Sequence in context: A237042 A258225 A059630 * A011407 A021907 A168422
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 27 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)