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!)
A071560 Smallest k such that n^4+k^4, n^2+k^2, n+k are simultaneously primes. 0
1, 1, 2, 1, 2, 1, 10, 3, 10, 7, 6, 25, 10, 15, 14, 1, 2, 5, 10, 3, 10, 15, 8, 19, 6, 11, 2, 13, 120, 11, 76, 5, 20, 9, 68, 65, 30, 3, 34, 43, 66, 5, 10, 149, 2, 21, 20, 893, 34, 17, 20, 27, 20, 85, 58, 141, 2, 55, 20, 37, 10, 47, 110, 85, 18, 41, 40, 35, 10, 223, 26, 7, 240, 9, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) for(n=1, 100, s=1; while(isprime(s^2+n^2)*isprime(s+n)*isprime(s^4+n^4)==0, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A124151 A110179 A071559 * A248516 A097749 A126906
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 30 2002
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)