OFFSET
1,1
COMMENTS
103 = A094095(1) is the first irregular prime in A094095. This sequence is the union of 2 arithmetic progressions: (24 + 102*n)/2 and 103*n. Note that the numerator of BernoulliB(2*114) is divisible by the first nontrivial irregular squared prime 103^2, when A090943(1)/2 = a(n) = 114 = (24 + 102*2)/2. Also, the numerator of BernoulliB(2*1236) is divisible by 103^2 because a(n) = 1236 = (24 + 102*24)/2 = 103*24/2. - Alexander Adamchuk, Jul 31 2006
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..3700
Eric Weisstein's World of Mathematics, Bernoulli Number.
MATHEMATICA
Select[ Range[ 1694], Mod[ Numerator[ BernoulliB[2# ]], 103] == 0 &]
Select[Union[Table[2n*103, {n, 1, 100}], Table[24+102*n, {n, 0, 100}]], #<=10000&]/2 (* Alexander Adamchuk, Jul 31 2006 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Feb 25 2004
STATUS
approved