login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A344470 Record values in A002654. 3
1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 20, 24, 32, 36, 40, 48, 64, 72, 80, 96, 128, 144, 160, 192, 216, 256, 288, 320, 384, 432, 512, 576, 640, 768, 864, 960, 1024, 1152, 1280, 1536, 1728, 1920, 2048, 2304, 2560, 2880, 3072, 3456, 3840, 4096, 4608, 5120, 5760, 6144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that A018782(m) > A018782(k) for all m > k.
LINKS
FORMULA
a(n) = A071385(n+1)/4.
a(n) = A000005(A071383(n+1)) = A002654(A071383(n+1)).
EXAMPLE
9 is a term because the circle with radius sqrt(4225) centered at the origin hits exactly 4*9 = 36 integer points, and any circle with radius < sqrt(4225) centered at the origin hits fewer than 36 points.
PROG
(PARI) my(v=list(10^15), rec=0); for(n=1, #v, if(numdiv(v[n])>rec, rec=numdiv(v[n]); print1(rec, ", "))) \\ see program for A054994
CROSSREFS
Records of Sum_{d|n} kronecker(m, d): A344472 (m=-3), this sequence (m=-4), A279542 (m=-6).
Sequence in context: A067947 A279542 A053640 * A296991 A097755 A301704
KEYWORD
nonn
AUTHOR
Jianing Song, May 20 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)