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.

Previous Showing 11-13 of 13 results.

A105081 a(n) = 1 + A003188(n - 1), n >= 1.

Original entry on oeis.org

1, 2, 4, 3, 7, 8, 6, 5, 13, 14, 16, 15, 11, 12, 10, 9, 25, 26, 28, 27, 31, 32, 30, 29, 21, 22, 24, 23, 19, 20, 18, 17, 49, 50, 52, 51, 55, 56, 54, 53, 61, 62, 64, 63, 59, 60, 58, 57, 41, 42, 44, 43, 47, 48, 46, 45, 37, 38, 40, 39, 35, 36, 34, 33, 97, 98, 100, 99, 103, 104, 102
Offset: 1

Views

Author

Philippe Deléham, Apr 28 2005

Keywords

Comments

A permutation of the natural numbers.

Crossrefs

Inverse permutation: A066194.

Programs

Formula

a(1) = 1, a(2^k + j) = 2^k + a(2^k - j + 1) for 1 <= j <= 2^k.
A000069(a(n)) = A065621(n).
As a composition of related permutations:
a(n) = A268718(A003188(n)). - Antti Karttunen, Feb 14 2016

A302028 Permutation of nonnegative integers: a(0) = 0; for n >= 1, a(n) = 1+A057889(A057889(n)-1), where A057889 is a bijective bit-reverse.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 11, 12, 15, 16, 17, 18, 25, 26, 21, 20, 29, 30, 19, 22, 23, 28, 27, 24, 31, 32, 33, 34, 49, 50, 41, 36, 57, 58, 37, 38, 45, 52, 53, 40, 61, 62, 35, 42, 39, 54, 43, 44, 47, 60, 51, 46, 55, 56, 59, 48, 63, 64, 65, 66, 97, 98, 81, 68, 113, 114, 73, 70, 89, 100, 105, 72, 121, 122, 69, 74, 77, 102, 85, 76
Offset: 0

Views

Author

Antti Karttunen, Apr 26 2018

Keywords

Crossrefs

Cf. A302027 (inverse).
Cf. A057889.
Cf. also A268718, A302794.

Programs

Formula

a(0) = 0; for n >= 1, a(n) = 1+A057889(A057889(n)-1).

A302794 Permutation of nonnegative integers: a(0) = 0; for n >= 1, a(n) = 1+A193231(A193231(n)-1), where A193231(n) is blue code of n.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Apr 26 2018

Keywords

Crossrefs

Cf. A302793 (inverse).
Cf. A193231.
Cf. also A268718, A302028.

Programs

Formula

a(0) = 0; for n >= 1, a(n) = 1+A193231(A193231(n)-1).
Previous Showing 11-13 of 13 results.