Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090689
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090689 Repeated primes in first occurrence in the progression kx^2-1. +0
1
3, 7, 19, 43, 59, 67, 83, 89, 103, 107, 131, 139, 163, 179, 197, 199, 211, 223, 227, 251, 263, 283, 307, 311, 331, 347, 359, 367, 379, 383, 419, 443, 463, 467, 479, 487, 491, 499, 503, 521, 523, 547, 563, 571, 587, 619, 643, 647, 659, 683, 691, 739, 743, 751 (list; graph; listen)
OFFSET

1,1

COMMENT

These primes are of the form 4n+3 but some primes of the form 4n+3 such as 11,23,31,47, etc. are excluded. The program generates the duplicates. All but one were removed manually.

EXAMPLE

467 occurs 3 times in the first occurrence for combinations of k and x in kx^2-1.

PROGRAM

(PARI) mx2pmp(n, m) = { v=vector(n+1); c=0; for(a=1, n, for(x=1, n, y = a*x^2-1; if(isprime(y), c++; v[c]=y; break); ); ); v1=vecsort(v); for(j=1, n, if(v1[j]<>0 && v1[j]==v1[j+1], print1(v1[j]", "))) }

CROSSREFS

Sequence in context: A047025 A163572 A086519 this_sequence A145476 A126938 A127990

Adjacent sequences: A090686 A090687 A090688 this_sequence A090690 A090691 A090692

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 18 2003

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 19 13:18 EDT 2010. Contains 173632 sequences.


AT&T Labs Research