OFFSET
1,1
COMMENTS
690 = 2 * 3 * 5 * 23.
All terms are multiple of a(1) = 44.
For these numbers Numerator(B_{n}) mod Denominator(B_{n}) = 637.
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..1000
EXAMPLE
Bernoulli B_{44} is -27833269579301024235023/690, hence 44 is in the sequence.
MAPLE
with(numtheory): P:=proc(q, h) local n; for n from 2 by 2 to q do
if denom(bernoulli(n))=h then print(n); fi; od; end: P(10^6, 690);
PROG
(PARI) isok(n) = denominator(bernfrac(n)) == 690; \\ Michel Marcus, Apr 22 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Paolo P. Lava, Apr 22 2016
EXTENSIONS
a(9)-a(14) from Michel Marcus, Apr 22 2016
More terms from Altug Alkan, Apr 22 2016
STATUS
approved