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.

A281585 Incrementally largest numerators of |Bernoulli(n)|.

This page as a plain text file.
%I A281585 #13 Feb 16 2025 08:33:39
%S A281585 1,5,691,3617,43867,174611,854513,236364091,23749461029,8615841276005,
%T A281585 26315271553053477373,261082718496449122051,1520097643918070802691,
%U A281585 27833269579301024235023,596451111593912163277961,5609403368997817686249127547
%N A281585 Incrementally largest numerators of |Bernoulli(n)|.
%H A281585 Seiichi Manyama, <a href="/A281585/b281585.txt">Table of n, a(n) for n = 1..195</a>
%H A281585 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BernoulliNumber.html">Bernoulli Number</a>
%t A281585 DeleteDuplicates[Abs[Numerator[BernoulliB[Range[50]]]],GreaterEqual] (* _Harvey P. Dale_, Sep 07 2023 *)
%Y A281585 Cf. A100194 (denominator), A281386.
%K A281585 nonn
%O A281585 1,2
%A A281585 _Seiichi Manyama_, Jan 25 2017