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!)
A239389 The record values of d for the n in A239388. 2
1, 2, 3, 4, 7, 8, 11, 13, 32, 35, 40, 47, 50, 100, 118, 130, 178, 208, 220, 250, 254, 320, 353, 380, 401, 404, 466, 487, 598, 640, 652, 676, 680, 692 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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][[2]]
CROSSREFS
Cf. A069003 (least number d such that n^2 + d^2 is prime).
Sequence in context: A328421 A003508 A225229 * A256219 A078662 A050048
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)