OFFSET
1,2
COMMENTS
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program
FORMULA
GCD(a(n+1), a(2*n+1), a(2*n+2)) <> 1 for any n > 0.
EXAMPLE
The first terms, arranged alongside a binary tree where each parent node (except the root) and its children share some prime factor, are:
|
1
|
.-------2-------.
| |
.---4---. .---6---.
| | | |
.-8-. .10-. .-3-. .-9-.
| | | | | | | |
12 14 5 15 18 21 24 27
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 20 2024
STATUS
approved