OFFSET
1,2
COMMENTS
Provided A046641(m) is defined for any number m > 0, this sequence is a permutation of the natural numbers.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..5000
Rémy Sigrist, PARI program for A307547
EXAMPLE
The first terms, alongside the divisors of P(n), are:
n a(n) div(P(n))
-- ---- --------------------
1 1 (1)
2 2 (1, 2)
3 3 (1, 3)
4 5 (1, 5)
5 7 (1, 7)
6 11 (1, 11)
7 15 (1, 3, 5, 15)
8 22 (1, 2, 11, 22)
9 6 (1, 2, 3, 5, 6, 10, 15, 30)
10 14 (1, 2, 3, 6, 7, 14, 21, 42)
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Jul 27 2019
STATUS
approved