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!)
A295599 Numbers k such that Bernoulli number B_{k} has denominator 140100870. 1
72, 12024, 22824, 25416, 31608, 39384, 52776, 61848, 78984, 90648, 93672, 93816, 107496, 117864, 123912, 124056, 125784, 143784, 147816, 150408, 156888, 161064, 161208, 163368, 165384, 166248, 170712, 178056, 180216, 188424, 191304, 193608, 197928, 199944, 204696 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
140100870 = 2*3*5*7*13*19*37*73.
All terms are multiples of a(1) = 72.
For these numbers numerator(B_{k}) mod denominator(B_{k}) = 91560011.
LINKS
EXAMPLE
140100870 = 2*3*5*7*13*19*37*73.
Bernoulli B_{72} is
-5827954961669944110438277244641067365282488301844260429/140100870, hence 72 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, 140100870);
# Alternative: # according to Robert Israel code in A282773
with(numtheory): filter:= n ->
select(isprime, map(`+`, divisors(n), 1)) = {2, 3, 5, 7, 13, 19, 37, 73}:
select(filter, [seq(i, i=1..10^5)]);
CROSSREFS
Sequence in context: A271193 A289369 A048544 * A270254 A273629 A373650
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 14 04:31 EDT 2024. Contains 375146 sequences. (Running on oeis4.)