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.
%I A088299 #9 Mar 09 2020 09:14:10 %S A088299 5,7,8,11,11,13,14,16,17,17,19,20,19,20,23,23,25,25,26,25,28,29,28,29, %T A088299 31,29,31,32,35,35,32,34,37,35,38,37,35,38,41,37,41,41,43,44,43,43,46, %U A088299 41,47,46,49,49,47,49,44,47,49,50,49,53,49,50,53,52,55,49,56,56,52,53 %N A088299 Values of x + 2y, where x^2 + xy + y^2=p (x<y) is a prime of the form 6n + 1 (=A002476). %t A088299 Reap[For[n = 1, n <= 200, n++, If[PrimeQ[p = 6 n + 1], s = Solve[x^2 + x y + y^2 == p && 0 < x < y, {x, y}, Integers]; %t A088299 Sow[x + 2y /. s[[1]]]]]][[2, 1]] (* _Jean-François Alcover_, Mar 09 2020 *) %Y A088299 Cf. A002476, A088241, A088242, A088243, A088296, A088298, A088977. %K A088299 nonn %O A088299 1,1 %A A088299 _Lekraj Beedassy_, Nov 03 2003 %E A088299 More terms from _Ray Chandler_, Nov 04 2003