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!)
A295598 Numbers k such that Bernoulli number B_{k} has denominator 56786730. 1

%I #10 Feb 04 2018 11:28:21

%S 60,13620,21180,23340,26940,31260,40620,45420,49620,52620,58020,59460,

%T 69780,73020,74220,78180,79140,83940,89580,97260,97620,100020,104460,

%U 111660,116940,117060,119820,123180,125340,127860,137820,140460,142260,142620,157980,162420

%N Numbers k such that Bernoulli number B_{k} has denominator 56786730.

%C 56786730 = 2*3*5*7*11*13*31*61.

%C All terms are multiples of a(1) = 60.

%C For these numbers numerator(B_{k}) mod denominator(B_{k}) = 34488049.

%H Seiichi Manyama, <a href="/A295598/b295598.txt">Table of n, a(n) for n = 1..1000</a>

%e Bernoulli B_{60} is

%e -1215233140483755572040304994079820246041491/56786730, hence 60 is in the sequence.

%p with(numtheory): P:=proc(q, h) local n; for n from 2 by 2 to q do

%p if denom(bernoulli(n))=h then print(n); fi; od; end: P(10^6, 56786730);

%p # Alternative: # according to Robert Israel code in A282773

%p with(numtheory): filter:= n ->

%p select(isprime, map(`+`, divisors(n), 1)) = {2, 3, 5, 7, 11, 13, 31, 61}:

%p select(filter, [seq(i, i=1..10^5)]);

%Y Cf. A045979, A051222, A051225, A051226, A051227, A051228, A051229, A051230, A119456, A119480, A249134, A255684, A271634, A271635, A272138, A272139, A272140, A272183, A272184, A272185, A272186, A272369.

%K nonn,easy

%O 1,1

%A _Paolo P. Lava_, Nov 24 2017

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 April 24 11:12 EDT 2024. Contains 371936 sequences. (Running on oeis4.)