A125854 Primes p with the property that p divides the Wolstenholme number A001008((p+1)/2).
3, 29, 37, 3373, 2001907169
Offset: 1
Examples
a(1) = 3 because prime 3 divides A001008(2) = 3 and there is no p < 3 that divides A001008((p+1)/2). a(2) = 29 because 29 divides A001008(15) = 1195757 and there is no prime p (3 < p < 29) that divides A001008((p+1)/2).
Programs
-
Mathematica
Select[Prime[Range[1, 5000]], Divisible[Numerator[HarmonicNumber[(# + 1)/2]], #] &] (* Robert Price, May 10 2019 *)
Extensions
Entry revised and a(5) = 2001907169 provided by Max Alekseyev, Jan 18 2009
Edited by Max Alekseyev, Oct 13 2009
Comments