OFFSET
1,2
COMMENTS
This sequence is a permutation of the natural numbers.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, C++ program for A285417
Rémy Sigrist, Scatterplot of the first 150000 terms
EXAMPLE
The first terms, alongside the primes p such that p^5 divides a(n)*a(n+1), are:
n a(n) p
-- ---- -
1 1 2
2 32 2
3 2 2
4 16 2
5 4 2
6 8 2
7 12 2
8 24 2
9 20 2
10 40 2
11 28 2
12 48 2
13 6 2
14 64 2
15 3 3
16 81 3
17 9 3
18 27 3
19 18 3
20 54 3
...
1476 7744 2
1477 811 2, 3
1478 7776 2, 3
1479 813 3
...
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 18 2017
STATUS
approved