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.

A359036 a(1) = 1. Thereafter a(n) is the least unused k distinct from n such that d(k) = d(n), where d is the divisor counting function, A000005.

Original entry on oeis.org

1, 3, 2, 9, 7, 8, 5, 6, 4, 14, 13, 18, 11, 10, 21, 81, 19, 12, 17, 28, 15, 26, 29, 30, 49, 22, 33, 20, 23, 24, 37, 44, 27, 35, 34, 100, 31, 39, 38, 42, 43, 40, 41, 32, 50, 51, 53, 80, 25, 45, 46, 63, 47, 56, 57, 54, 55, 62, 61, 72, 59, 58, 52, 729, 69, 70, 71, 75
Offset: 1

Views

Author

David James Sycamore, Dec 13 2022

Keywords

Comments

A self-inverse permutation of the natural numbers.

Examples

			a(16) = 81 because this is the smallest unused k != 16, having the same number (5) of divisors as 16.
		

Crossrefs

Programs

Formula

a(a(n)) = n.
a(prime(k)^(p-1)) = prime(k-1)^(p-1) for even k and prime p else prime(k+1)^(p-1). - Michael De Vlieger, Dec 20 2022

Extensions

More terms from Michael S. Branicky, Dec 13 2022