OFFSET
3,1
COMMENTS
Are there any 1's in this sequence?
EXAMPLE
S_7 = {42, 105, 140, 210}, gcd(42, 105, 140) = 7, gcd(42, 105, 210) = 21, gcd(42, 140, 210) = 14, gcd(105, 140, 210) = 35. So a(7) is the smallest of these, 7.
CROSSREFS
KEYWORD
nonn,less
AUTHOR
David Wasserman, Mar 25 2004
STATUS
approved