OFFSET
1,1
COMMENTS
Corresponding numbers n such that A117731(n) differs from A082687(n) are listed in A125740(n) = {14, 52, 98, 105, 111, 114, 119, 164, 310, 444, 518, 602, 676, 686, 715, 735, 749, 833, ...}. a(n) divides A125740(n). Most a(n) are primes.
The first composite term in a(n) is a(7) = 119 = 7*17. a(n) is composite for n = {7, 16, 36}. a(16) = a(36) = 49 = 7^2.
EXAMPLE
MATHEMATICA
h=0; Do[ h=h+1/(n+1)/(2n+1); f=Numerator[n*h]; g=Numerator[h]; If[ !Equal[f, g], Print[ {n, f/g} ] ], {n, 1, 10000} ]
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Alexander Adamchuk, Dec 04 2006
STATUS
approved