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

A138690
Numbers of the form 56+p^2 (where p is a prime).
0
60, 65, 81, 105, 177, 225, 345, 417, 585, 897, 1017, 1425, 1737, 1905, 2265, 2865, 3537, 3777, 4545, 5097, 5385, 6297, 6945, 7977, 9465, 10257, 10665, 11505, 11937, 12825, 16185, 17217, 18825, 19377, 22257, 22857, 24705, 26625, 27945, 29985
OFFSET
1,1
COMMENTS
56+p^2 is divisible by 3 for any prime p>3. - M. F. Hasler
MATHEMATICA
Table[2*28 + Prime[p + 1]^2, {p, 0, 100}]
Prime[Range[40]]^2+56 (* Harvey P. Dale, Dec 15 2015 *)
KEYWORD
nonn
AUTHOR
Artur Jasinski, Mar 26 2008
STATUS
approved