OFFSET
1,1
COMMENTS
Next term <= 32645356640144805339103579127542660095683 : The number (sqrt( product( a[j], j=1 .. n )+1)-1)^2-1 does satisfy the requirements for the next term, but is this always the smallest solution ? - M. F. Hasler, May 15 2007
FORMULA
For n>1, a[n+1] <= floor( sqrt( product( a[j], j=1 .. n )))^2-1 - M. F. Hasler, May 15 2007
EXAMPLE
3, 8 and 15 are 1 less than a square and so are the numbers 3, 3*8, 3*8*15.
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Amarnath Murthy, May 22 2004
EXTENSIONS
More terms from David Wasserman, May 03 2007
STATUS
approved