cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A268824 Permutation of nonnegative integers: a(0) = 0, a(n) = 1 + A268822(A268718(n)-1).

Original entry on oeis.org

0, 1, 3, 2, 9, 5, 4, 6, 13, 17, 16, 18, 10, 8, 15, 7, 21, 25, 24, 26, 34, 32, 23, 31, 14, 12, 27, 11, 33, 29, 28, 30, 37, 41, 40, 42, 50, 48, 39, 47, 62, 60, 43, 59, 49, 45, 44, 46, 22, 20, 51, 19, 57, 53, 52, 54, 61, 65, 64, 66, 58, 56, 63, 55, 69, 73, 72, 74, 82, 80, 71, 79, 94, 92, 75, 91, 81, 77, 76, 78, 118, 116, 83, 115, 89, 85
Offset: 0

Views

Author

Antti Karttunen, Feb 14 2016

Keywords

Comments

The "third shifted power" of permutation A268718.

Crossrefs

Inverse: A268823.
Row 3 of array A268830.

Programs

Formula

a(0) = 0, a(n) = 1 + A268822(A268718(n)-1).
a(0) = 0, a(1) = 1, for n>1: a(n) = 2 + A268718(-1+A268718(-1+A268718(n))).