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.

A281827 Least number k such that k is the sum of two primes in exactly n ways, where both primes are of the form x^2 + y^2, or -1 if no such k exists.

Original entry on oeis.org

0, 4, 34, 58, 102, 114, 186, 282, 246, 210, 354, 390, 330, 426, 462, 666, 906, 774, 750, 690, 630, 870, 1026, 990, 1122, 1134, 1110, 1050, 1170, 1554, 1914, 1290, 1530, 1650, 1470, 1770, 1830, 2142, 1710, 2070, 2874, 1950, 2250, 1890, 2838, 2370, 2550, 2490, 2430, 3354, 2670, 3726
Offset: 0

Views

Author

Altug Alkan, Jan 31 2017

Keywords

Examples

			a(2) = 34 because 34 = 5 + 29 = 17 + 17; 5, 17, 29 are primes of the form x^2 + y^2 and 34 is the least number with this property.
		

Crossrefs