Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090688
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090688 First occurrence of primes in the progression kx^2-1. +0
1
3, 7, 2, 3, 19, 5, 251, 7, 89, 43, 11, 467, 13, 59, 67, 17, 683, 19, 83, 197, 367, 23, 103, 107, 251, 463, 29, 4463, 31, 131, 1223, 139, 11987, 37, 7643, 359, 163, 41, 13931, 43, 179, 33533, 751, 47, 199, 5099, 467, 211, 53, 1979, 223, 227, 521, 23599, 59, 8783, 61 (list; graph; listen)
OFFSET

1,1

COMMENT

It appears that the generating function kx^2-1 will produce all primes eventually with some repetitions.

PROGRAM

(PARI) mx2pmp(n) = { for(a=1, n, for(x=1, n, y = a*x^2-1; if(isprime(y), print1(y", "); break) ) ) }

CROSSREFS

Sequence in context: A093097 A059818 A023525 this_sequence A064824 A091723 A016618

Adjacent sequences: A090685 A090686 A090687 this_sequence A090689 A090690 A090691

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

Last modified September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research