login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105775 Numbers n such that (97*n + 11) is prime. 2
0, 6, 8, 20, 24, 38, 50, 56, 68, 78, 86, 90, 96, 104, 108, 114, 134, 138, 140, 146, 150, 164, 174, 180, 206, 216, 218, 224, 234, 240, 246, 258, 276, 288, 296, 314, 320, 336, 338, 348, 350, 356, 378, 380, 404, 414, 420, 426, 450, 474, 476, 510, 524, 530, 540 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

If n=0, then 97*n + 11 = 11 (prime).

If n=108, then 97*n + 11 = 10487 (prime).

MATHEMATICA

For[n = 0, n < 450, n++, If[PrimeQ[97*n + 11], Print[n]]] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 18 2006

PROG

(MAGMA) [n: n in [0..600] | IsPrime(97*n+11)]; [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Sequence in context: A199884 A028331 A113806 * A159469 A191697 A096524

Adjacent sequences:  A105772 A105773 A105774 * A105776 A105777 A105778

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 04 2005

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 18 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:34 EST 2012. Contains 205860 sequences.