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!)
A268822 Permutation of nonnegative integers: a(0) = 0, a(n) = A268718(1+A268718(n-1)). 6
0, 1, 3, 2, 9, 8, 5, 4, 13, 12, 17, 16, 7, 6, 15, 14, 21, 20, 25, 24, 31, 30, 23, 22, 11, 10, 27, 26, 33, 32, 29, 28, 37, 36, 41, 40, 47, 46, 39, 38, 59, 58, 43, 42, 49, 48, 45, 44, 19, 18, 51, 50, 57, 56, 53, 52, 61, 60, 65, 64, 55, 54, 63, 62, 69, 68, 73, 72, 79, 78, 71, 70, 91, 90, 75, 74, 81, 80, 77, 76, 115, 114, 83, 82 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The "shifted square" of permutation A268718.
LINKS
FORMULA
a(0) = 0, for n >= 1, a(n) = A268718(1+A268718(n-1)).
PROG
(Scheme) (define (A268822 n) (if (zero? n) n (+ 1 (A268718 (+ -1 (A268718 n))))))
CROSSREFS
Inverse: A268821.
Row 2 of array A268830.
Sequence in context: A321572 A118045 A276023 * A201926 A288055 A081233
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 14 2016
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 12:42 EDT 2024. Contains 371938 sequences. (Running on oeis4.)