Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121411
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121411 Positive integers k for which there are primes of the form a^2+k^n=b^2+k^m with positive integers (a,b,m,n) and a > b. +0
1
2, 5, 6, 8, 10, 12, 13, 17, 18, 20, 21, 22, 26, 28, 30, 32, 33, 37, 38, 40, 42, 45, 46, 48, 50, 52, 53, 56, 58, 60, 61, 62, 65, 66, 68, 70, 72, 76, 77, 78, 80, 82, 85, 86, 88, 90, 92, 93, 96, 97, 98 (list; graph; listen)
OFFSET

1,1

COMMENT

The sequence is "hard" in the sense that it not known how to prove that the necessary conditions are sufficient for the existence of primes.

LINKS

David Broadhurst and Mike Oakes, Primes of the form a^2 + k^n = b^2 + k^m.

David Broadhurst and Mike Oakes, proof of the necessity the conditions given for the conjectured generating method.

FORMULA

Conjecturally, a(n) is the n-th positive non-square integer that is not conguent to -1 mod 4, nor to -1 mod 5, nor to -7 mod 16.

EXAMPLE

a(5455)=9998 because it was possible find find primes of the form a^2 + k^n = b^2 + k^m with positive integers (a,b,k,m,n), a > b, k < 10^4 and k satisying the proved necessary conditions of the conjectured generating method.

PROGRAM

(PARI) {ls=[]; for(k=1, 10^4, if(!issquare(k)&&(k+1)%4&&(k+1)%5&&(k+7)%16, ls=concat(ls, k))); print(ls)}

CROSSREFS

Sequence in context: A154329 A087943 A034020 this_sequence A047441 A081083 A104493

Adjacent sequences: A121408 A121409 A121410 this_sequence A121412 A121413 A121414

KEYWORD

hard,nonn

AUTHOR

David Broadhurst (D.Broadhurst(AT)open.ac.uk), Jul 29 2006

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research