A094357 Numbers of the form k^2 -1 such that every partial product is also of the form k^2-1.
3, 8, 15, 323, 115599, 13441619843, 180680260779332208399
Offset: 1
Examples
3, 8 and 15 are 1 less than a square and so are the numbers 3, 3*8, 3*8*15.
Formula
For n>1, a[n+1] <= floor( sqrt( product( a[j], j=1 .. n )))^2-1 - M. F. Hasler, May 15 2007
Extensions
More terms from David Wasserman, May 03 2007
Comments