OFFSET
0,1
COMMENTS
See Bailey and Crandall (2001), section 5 (pp. 183-185) for a derivation of this rational polynomial.
Numerators are given by A374607.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
David H. Bailey and Richard E. Crandall, On the Random Character of Fundamental Constant Expansions, Experimental Mathematics, Vol. 10 (2001), Issue 2, pp. 175-190 (preprint draft).
FORMULA
MATHEMATICA
PROG
(Python)
from math import gcd
def A374608(n): return (q:=n*(n*(n*(324*n + 648) + 441) + 117) + 10<<5)//gcd(n*(n*(1134*n + 2097) + 1188) + 193, q) # Chai Wah Wu, Jul 14 2024
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Paolo Xausa, Jul 13 2024
STATUS
approved