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.

A372936 Positions of new record minima A372935 in A071961.

This page as a plain text file.
%I A372936 #10 May 20 2024 13:21:36
%S A372936 0,67,163,427,643,1027,1963,2467,2707,3547,4387,5347,6163,6187,12043,
%T A372936 12787,19123,19603,19963,26227,41683,43987,45643,53227,54883,64123,
%U A372936 70027,80083,90907,93883,109387,134347,144787,158227,165427,183307,198763,233203,235987,236347
%N A372936 Positions of new record minima A372935 in A071961.
%C A372936 Apparently, a(n) == 1 (mod 6) for n>1.
%H A372936 Hugo Pfoertner, <a href="/A372936/b372936.txt">Table of n, a(n) for n = 1..62</a>
%o A372936 (PARI) a372936(nmax) = {my (m=oo); for (n=0, nmax, my (s=sum (k=0, n, kronecker(n, k))); if (s<m, print1(n, ", "); m=s))};
%o A372936 a372936(13000)
%Y A372936 A372935 are the corresponding minima.
%Y A372936 Cf. A372728, A372933, A372934.
%K A372936 nonn
%O A372936 1,2
%A A372936 _Hugo Pfoertner_, May 17 2024