OFFSET
1,2
COMMENTS
The first nonintegral term occurs at n=76.
LINKS
Olivier Gérard, Table of n, a(n) for n = 1..100
FORMULA
a(n) = numerator(Product_{i=1..n-1} (394 - 225*i + 85*i^2 - 15*i^3 + i^4)/120).
MATHEMATICA
a[n_]:= Numerator[Product[(394-225 i+85 i^2 -15 i^3+i^4)/120, {i, n-1 }]]; Array[a, 21] (* Stefano Spezia, Feb 08 2025 *)
CROSSREFS
KEYWORD
nonn,frac,changed
AUTHOR
Olivier Gérard, Sep 20, 2007
STATUS
approved