OFFSET
1,8
COMMENTS
Two consecutive numbers, say n and n+1, cannot share a prime factor (gcd(n, n+1)=1). However, their prime tower factorizations can share some prime numbers; this is the case iff a(n)>1 (see A182318 for the definition of the prime tower factorization of a number).
If p is prime, then a(p-1) = a(p) = 1.
If p is an odd prime, then a(p^2) = 2.
This sequence contains a multiple of p for any prime p:
- let m = A074792(p)^p-1,
- m is a multiple of p, hence p divides A279513(m),
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, Illustration of the first terms
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 02 2017
STATUS
approved