Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128292
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128292 Primes not in A126769. +0
4
2, 3, 5, 7, 11, 13, 37, 47, 61, 67, 97, 107, 127, 137, 157, 167, 197, 227, 233, 317, 331, 373, 449, 457, 487, 541, 601, 617, 677, 971, 977, 1153, 1381, 1447, 1549, 1637, 1777, 1871, 1931, 1997, 2287, 2399, 2417, 2437, 2647, 2767, 2777, 2963, 3089, 3169, 3187 (list; graph; listen)
OFFSET

1,1

COMMENT

Primes p that are not of the form k^4+s where k > 1 and s >= 1, such that k^2+s is prime and smaller than p.

EXAMPLE

37 is prime, 2^4+21 is the only way to write 37 as k^4+s, but neither 2^2+21 = 25 nor 3^2+21 = 30 is prime, hence 37 is a term.

PROGRAM

(PARI) {m=8; v=[]; for(n=2, m, for(k=1, (m+1)^4, if(isprime(p=n^4+k)&&p<m^4&&(q=n^2+k)<p&&isprime(q), v=concat(v, p)))); v=listsort(List(v), 1); p=2; j=1; while(j<=#v&&p<=v[ #v]&&v[j]<=m^4, if(p<v[j], print1(p, ", "), j++); p=nextprime(p+1))} /* Klaus Brockhaus, Feb 24 2007 */

CROSSREFS

Cf. A126769.

Sequence in context: A162567 A092728 A067908 this_sequence A140464 A037174 A037949

Adjacent sequences: A128289 A128290 A128291 this_sequence A128293 A128294 A128295

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Feb 24 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research