login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A239388 Values of n such that n^2 + d^2 is prime for a record first value of d. 2
1, 3, 8, 9, 12, 23, 30, 48, 63, 114, 141, 408, 651, 1173, 2697, 12639, 30963, 53343, 159537, 283209, 289131, 335511, 601398, 1832421, 2594214, 3533079, 4013361, 15717618, 17449677, 57532827, 186891843, 226385511, 231177657, 242117967 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A239389 for the corresponding values of d.
LINKS
MATHEMATICA
leastK[n_] := Module[{k = 1}, While[! PrimeQ[n^2 + k^2], k++]; k]; nn = 10000; t = {}; kMax = 0; Do[k = leastK[n]; If[k > kMax, kMax = k; AppendTo[t, {n, k}]], {n, nn}]; Transpose[t][[1]]
CROSSREFS
Cf. A069003 (least number d such that n^2 + d^2 is prime).
Sequence in context: A165289 A066494 A082721 * A259850 A071677 A084747
KEYWORD
nonn,more
AUTHOR
T. D. Noe, Mar 18 2014
EXTENSIONS
a(24)-a(31) from Giovanni Resta, Mar 18 2014
a(32)-a(34) from Emmanuel Vantieghem, Jan 13 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)