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.

A344472 Record values in A002324.

This page as a plain text file.
%I A344472 #18 May 20 2021 22:50:25
%S A344472 1,2,3,4,6,8,9,12,16,18,24,32,36,48,64,72,96,108,128,144,160,192,216,
%T A344472 256,288,320,384,432,512,576,640,768,864,1024,1152,1280,1536,1728,
%U A344472 2048,2304,2560,3072,3456,3840,4096,4608,5120,5184,6144,6912,7680,8192,9216
%N A344472 Record values in A002324.
%C A344472 Also numbers k such that A343771(m) > A343771(k) for all m > k.
%H A344472 Jianing Song, <a href="/A344472/b344472.txt">Table of n, a(n) for n = 1..246</a>
%F A344472 a(n) = A344471(n+1)/6.
%F A344472 a(n) = A000005(A230655(n+1)) = A002324(A230655(n+1)).
%e A344472 8 is a term because the circle with radius sqrt(1729) centered at the origin hits exactly 6*8 = 48 points in the A_2 lattice, and any circle with radius < sqrt(1729) centered at the origin hits fewer than 48 points.
%o A344472 (PARI) my(v=list_A344473(10^15), rec=0); for(n=1, #v, if(numdiv(v[n])>rec, rec=numdiv(v[n]); print1(rec, ", "))) \\ see program for A344473
%Y A344472 Cf. A230655, A344471, A002324, A343771, A000005, A344473.
%Y A344472 Records of Sum_{d|n} kronecker(m, d): this sequence (m=-3), A344470 (m=-4), A279542 (m=-6).
%K A344472 nonn
%O A344472 1,2
%A A344472 _Jianing Song_, May 20 2021