login
A372936
Positions of new record minima A372935 in A071961.
3
0, 67, 163, 427, 643, 1027, 1963, 2467, 2707, 3547, 4387, 5347, 6163, 6187, 12043, 12787, 19123, 19603, 19963, 26227, 41683, 43987, 45643, 53227, 54883, 64123, 70027, 80083, 90907, 93883, 109387, 134347, 144787, 158227, 165427, 183307, 198763, 233203, 235987, 236347
OFFSET
1,2
COMMENTS
Apparently, a(n) == 1 (mod 6) for n>1.
LINKS
PROG
(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))};
a372936(13000)
CROSSREFS
A372935 are the corresponding minima.
Sequence in context: A033233 A335361 A142323 * A044399 A044780 A244773
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, May 17 2024
STATUS
approved