cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A272184 Numbers n such that Bernoulli number B_{n} has denominator 282.

This page as a plain text file.
%I A272184 #25 Aug 08 2021 19:07:57
%S A272184 46,322,782,874,1058,1702,2162,2254,2714,2806,3266,3634,4646,4738,
%T A272184 4922,5014,6118,6302,6394,6854,7222,7406,7682,8326,8878,9062,9154,
%U A272184 9706,10442,10534,11822,11914,12098,12374,12466,13018,13294,14122,14306,14398,14582
%N A272184 Numbers n such that Bernoulli number B_{n} has denominator 282.
%C A272184 282 = 2 * 3 * 47.
%C A272184 All terms are multiples of a(1) = 46.
%C A272184 For these numbers numerator(B_{n}) mod denominator(B_{n}) = 41.
%H A272184 Seiichi Manyama, <a href="/A272184/b272184.txt">Table of n, a(n) for n = 1..1000</a>
%e A272184 Bernoulli B_{46} is 596451111593912163277961/282, hence 46 is in the sequence.
%p A272184 with(numtheory): P:=proc(q,h) local n;  for n from 2 by 2 to q do
%p A272184 if denom(bernoulli(n))=h then print(n); fi; od; end: P(10^6,282);
%t A272184 Select[46 Range@ 320, Denominator@ BernoulliB@ # == 282 &] (* _Michael De Vlieger_, Apr 29 2016 *)
%o A272184 (PARI) isok(n) = denominator(bernfrac(n)) == 282; \\ _Michel Marcus_, Apr 22 2016
%Y A272184 Cf. A045979, A051222, A051225, A051226, A051227, A051228, A051229, A051230, A119456, A119480, A249134, A255684, A271634, A271635, A272138, A272139, A272140, A272183, A272185, A272186.
%K A272184 nonn
%O A272184 1,1
%A A272184 _Paolo P. Lava_, Apr 22 2016
%E A272184 a(13)-a(28) from _Michel Marcus_, Apr 22 2016
%E A272184 a(29)-a(41) from _Altug Alkan_, Apr 22 2016