OFFSET
0,1
COMMENTS
See Bailey and Crandall (2001), section 5 (pp. 183-184) for a derivation of this rational polynomial.
Numerators are given by A374580.
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 A374581(n): return (lambda p, q: q//gcd(p, q))(n*(120*n + 151) + 47, n*(n*(n*(512*n + 1024) + 712) + 194) + 15) # Chai Wah Wu, Jul 14 2024
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Paolo Xausa, Jul 12 2024
STATUS
approved