OFFSET
1,2
COMMENTS
In most cases when n >3 a(n) is a multiple of a(n-1). Question: is it true for all n >3.
For 6 <= n <= 13, a(n) doesn't divide a(n+1). I believe this also holds for all larger n. - David Wasserman, Jan 18 2005
EXAMPLE
a(5) = 2162160 = 2^4*3^3*5*7*11*13 and a(4) = 1680= 2^4*3*5*7.
a(4) itself divides a(5).
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jul 01 2003
EXTENSIONS
More terms from David Wasserman, Jan 18 2005
STATUS
approved