A374091 a(n) is the smallest nonnegative integer k where exactly n ordered pairs of positive integers (x, y) exist such that x^2 + 3*x*y + y^2 = k.
0, 5, 11, 605, 209, 73205, 2299, 8857805, 6061, 218405, 278179
Offset: 0
Formula
a(2*n) = A374095(n).
a(n) <= 5*11^(n-1) for all n >= 1. - Jason Yuen, Jun 29 2024
Comments