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.

A082896 a(n) = A082893(n)/n.

This page as a plain text file.
%I A082896 #13 Dec 23 2024 14:53:42
%S A082896 2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,3,4,4,4,4,4,4,4,4,4,4,4,4,4,
%T A082896 4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
%U A082896 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
%N A082896 a(n) = A082893(n)/n.
%C A082896 Checked for the first 120000 terms to be the same as A079416. - _R. J. Mathar_, Sep 17 2008
%H A082896 Robert Israel, <a href="https://web.archive.org/web/*/http://list.seqfan.eu/oldermail/seqfan/2019-October/018930.html">A079416 = A082896</a>, Posting to Seqfan mailing list, Oct 30, 2019
%F A082896 a(n) = floor((floor(n/2) + p(n))/n), where p(n) is the n-th prime.
%t A082896 Table[Floor[(Floor[n/2]+Prime)/n], {n, 1, 100}]
%Y A082896 Cf. A079416, A082893-A082900.
%K A082896 nonn
%O A082896 1,1
%A A082896 _Labos Elemer_, Apr 22 2003