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.

A372934 Positions of records in A071961.

This page as a plain text file.
%I A372934 #4 May 18 2024 14:44:59
%S A372934 0,1,7,9,16,25,49,81,121,169,289,361,529,841,961,1369,1681,1849,2209,
%T A372934 2809,3481,3721,4489,5041,5329,6241,6889,7921,9409,10201,10609,11449,
%U A372934 11881,12769,14641,16129,17161,18769,19321,22201,22801,24649,26569,27889,29929,32041,32761
%N A372934 Positions of records in A071961.
%o A372934 (PARI) a372934(upto) = {my (m=-oo); for (n=0, upto, my (s = sum(k=0, n, kronecker(n,k))); if (s>m, print1(n,", "); m=s))};
%o A372934 a372934(33000)
%Y A372934 A372933 are the corresponding records.
%Y A372934 Cf. A372728, A001248.
%K A372934 nonn
%O A372934 1,3
%A A372934 _Hugo Pfoertner_, May 17 2024