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!)
A261351 Inverse permutation to A084385. 2
1, 2, 4, 3, 6, 8, 5, 9, 7, 12, 10, 13, 11, 16, 14, 17, 15, 20, 18, 21, 19, 24, 22, 25, 23, 28, 26, 29, 27, 32, 30, 33, 31, 36, 34, 37, 35, 40, 38, 41, 39, 44, 42, 45, 43, 48, 46, 49, 47, 52, 50, 53, 51, 56, 54, 57, 55, 60, 58, 61, 59, 64, 62, 65, 63, 68, 66 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
-4 <= a(n) - A084385(n) <= 3;
for n > 4: a(n) != A084385(n);
for n > 7: a(n) >= A084385(n) - 3.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a261351 = (+ 1) . fromJust . (`elemIndex` a084385_list)
CROSSREFS
Cf. A084385.
Sequence in context: A296616 A143529 A331010 * A249054 A103867 A075375
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 16 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 May 23 16:36 EDT 2024. Contains 372765 sequences. (Running on oeis4.)