OFFSET
1,2
COMMENTS
Conjecture: this sequence is a permutation of the positive integers.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program
EXAMPLE
The first terms, arranged alongside a binary tree where each right child equals the least common multiple of its parent and its sibling, are:
|
1
|
.-------2-------.
| |
.---3---. .---6---.
| | | |
.-4-. .12-. .-5-. .30-.
| | | | | | | |
7 28 8 24 9 45 11 330
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 20 2024
STATUS
approved