OFFSET
1,3
COMMENTS
a(n+1) = Product(A098666(n,k): 1<=k<=n), row-products of triangle A098666. - Reinhard Zumkeller, Sep 20 2004
a(n+1) is divisible by all primes in (n/2, n]; thus lim_{n->infinity} a(n) = infinity. - Franklin T. Adams-Watters, Dec 13 2006
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
FORMULA
a(1) = 1, a(n) = a(n-1)*r/s where y is the largest divisor of a(n-1) with r*s = n. - Amarnath Murthy, Jul 01 2003
a(1) = 1, a(n+1) = a(n)*n/gcd(a(n),n)^2. - Franklin T. Adams-Watters, Dec 13 2006
MAPLE
MATHEMATICA
FoldList[ LCM[ #1, #2 ]/GCD[ #1, #2 ]&, 1, Range[ 30 ] ] (* Olivier Gérard, Aug 15 1997 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved