The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A225047 Inverse permutation to A121216. 3
1, 2, 3, 5, 4, 6, 7, 9, 10, 12, 8, 13, 11, 16, 17, 19, 14, 20, 15, 23, 21, 24, 18, 28, 22, 27, 25, 31, 26, 36, 29, 32, 33, 35, 30, 40, 34, 39, 37, 43, 38, 44, 41, 47, 48, 50, 42, 54, 45, 51, 49, 55, 46, 58, 52, 59, 53, 62, 56, 63, 57, 66, 64, 67, 60, 71, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A121216(a(n)) = a(A121216(n)) = n.
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a225047 = (+ 1) . fromJust . (`elemIndex` a121216_list)
CROSSREFS
Sequence in context: A279337 A279336 A275375 * A279338 A279348 A274500
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 25 2013
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)