login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A286636
Even numbers that are a sum of two squares plus 1.
4
2, 6, 10, 14, 18, 26, 30, 38, 42, 46, 50, 54, 62, 66, 74, 82, 86, 90, 98, 102, 110, 114, 118, 122, 126, 138, 146, 150, 154, 158, 170, 174, 182, 186, 194, 198, 206, 222, 226, 230, 234, 242, 246, 258, 262, 266, 270, 278, 282, 290, 294, 306, 314, 318, 326, 334, 338, 350, 354, 362, 366, 370, 374, 378, 390, 398
OFFSET
1,1
COMMENTS
The first 13 terms coincide with A000952.
If the conjecture in A000952 is true, the two sequences are the same. - R. J. Mathar, May 18 2017
Numbers that are the sum of two centered square numbers (A001844). - Ilya Gutkovskiy, Jun 03 2017
MATHEMATICA
Select[Range[2, 400, 2], SquaresR[2, # - 1] != 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved