A368041 a(n) is the least number k such that k^2 can be written as the difference of two positive squares in exactly n ways.
1, 3, 8, 16, 12, 64, 128, 24, 512, 1024, 48, 4096, 72, 60, 32768, 65536, 192, 144, 524288, 384, 2097152, 4194304, 120, 16777216, 432, 1536, 134217728, 576, 3072, 1073741824, 2147483648, 240, 1152, 17179869184, 12288, 68719476736, 137438953472, 360, 1728, 1099511627776
Offset: 0
Keywords
Examples
a(2) = 8: 8^2 = 10^2 - 6^2 = 17^2 - 15^2.
Links
- Amiram Eldar, Table of n, a(n) for n = 0..999
Formula
Extensions
a(26)-a(29) from Michel Marcus, Dec 09 2023
a(30)-a(39) from Jon E. Schoenfield, Dec 09 2023
Comments