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”).

A166080
Nonprimes of the form (k^2+1)/2.
3
1, 25, 85, 145, 221, 265, 365, 481, 545, 685, 841, 925, 1105, 1405, 1513, 1625, 1985, 2245, 2665, 2813, 2965, 3281, 3445, 3785, 3961, 4141, 4325, 4705, 4901, 5305, 5513, 5725, 5941, 6161, 6385, 6613, 6845, 7081, 7565, 7813, 8065, 8321, 8845, 9113, 9385
OFFSET
1,2
COMMENTS
Or, 1 together with composite numbers of the form i^2+(i+1)^2. See A012132. - N. J. A. Sloane, Feb 29 2020
FORMULA
a(n) = 2n^2 + O(n^2/log n). - Charles R Greathouse IV, Mar 21 2014
EXAMPLE
a(1)=(1^2+1)/2=1; a(2)=(7^2+1)/2=25.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Replaced 6261 by 6161 - R. J. Mathar, Oct 07 2009
STATUS
approved