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.

A272375 Negative records in A187202 by index.

This page as a plain text file.
%I A272375 #6 May 01 2016 16:10:58
%S A272375 1,10,14,20,24,38,40,48,60,84,120,180,264,300,396,432,504,540,630,720,
%T A272375 840,1320,2184,2400,2772,3024,3120,3360,3780,3960,5940,6840,7200,8400,
%U A272375 9240,10080,12600,15120,21840,22680,25200,27720,30240,40320,52920,55440,83160,128520,131040,138600,166320,196560,221760
%N A272375 Negative records in A187202 by index.
%C A272375 Often a(n)/2 is a member of A242393.
%C A272375 Search limit: 8300000000.
%H A272375 Robert G. Wilson v, <a href="/A272375/b272375.txt">Table of n, a(n) for n = 1..123</a>
%t A272375 f[n_] := (dvr = Divisors@ n; Differences[dvr, Length@ dvr - 1][[1]]); lst = {}; k = 1; mx = 2; While[k < 1000001, a = f@ k; If[a < mx, mx = a; AppendTo[lst, k]]; k++]
%Y A272375 Cf. A187202, A242393, A272374.
%K A272375 nonn
%O A272375 1,2
%A A272375 _Robert G. Wilson v_, Apr 28 2016