login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A295587 Numbers k such that Bernoulli number B_{k} has denominator 13530. 1
40, 6680, 7880, 8920, 9080, 10280, 12520, 12680, 14120, 15320, 15560, 18280, 20840, 21640, 22760, 23480, 25720, 26440, 28040, 30040, 30280, 31880, 33080, 33560, 34520, 35240, 35480, 36280, 38680, 39640, 42040, 43880, 44360, 46120, 46520, 46840, 47240, 47720, 48520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
13530 = 2*3*5*11*41.
All terms are multiples of a(1) = 40.
For these numbers numerator(B_{k}) mod denominator(B_{k}) = 11519.
LINKS
EXAMPLE
Bernoulli B_{40} is -261082718496449122051/13530, hence 40 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, 13530);
# Alternative: # according to Robert Israel code in A282773
with(numtheory): filter:= n ->
select(isprime, map(`+`, divisors(n), 1)) = {2, 3, 5, 11, 41}:
select(filter, [seq(i, i=1..10^5)]);
CROSSREFS
Sequence in context: A196855 A196949 A201624 * A183766 A364517 A184892
KEYWORD
nonn,easy
AUTHOR
Paolo P. Lava, Nov 24 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 25 00:49 EDT 2024. Contains 375418 sequences. (Running on oeis4.)