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.

A318735 Positive records in A318734.

This page as a plain text file.
%I A318735 #10 Sep 13 2018 18:15:36
%S A318735 1,2,3,4,5,6,7,8,9,11,12,13,15,16,17,21,23,25,30,31,32,34,39,45,47,48,
%T A318735 51,52,56,60,62,71,76,78,83,84,88,91,103,108,119,127,129,132,142,143,
%U A318735 151,166,168,171,178,181,183,189,197,215,237,241,244,266,270,274
%N A318735 Positive records in A318734.
%H A318735 Hugo Pfoertner, <a href="/A318735/b318735.txt">Table of n, a(n) for n = 1..268</a>
%o A318735 (PARI) s=0;smax=0;j=-1;forstep(k=1,20000000,2,j=-j;s=s+j*numdiv(k);if(s>smax,smax=s;print1(s,", ")))
%Y A318735 Cf. A000005, A099774, A318734, A318736, A318737, A318738.
%K A318735 nonn
%O A318735 1,2
%A A318735 _Hugo Pfoertner_, Sep 05 2018