OFFSET
1,76
COMMENTS
There seems to be no other denominators than 1 or 5^k.
The first 5^k terms appear respectively at positions {76,101,1351,4476,7601,...}
LINKS
Olivier Gérard, Table of n, a(n) for n = 1..10001
FORMULA
a(n) = denominator(Product_{i=1..n-1} (394 - 225*i + 85*i^2 - 15*i^3 + i^4)/120).
MATHEMATICA
a[n_]:= Denominator[Product[(394-225 i+85 i^2 -15 i^3+i^4)/120, {i, n-1 }]]; Array[a, 103] (* Stefano Spezia, Feb 08 2025 *)
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Olivier Gérard, Sep 20, 2007
STATUS
approved