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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102721 Numbers n such that 11*n + 13 is prime. 1
0, 6, 8, 14, 18, 20, 24, 36, 38, 48, 50, 54, 60, 66, 68, 74, 84, 96, 98, 108, 110, 116, 126, 134, 138, 140, 144, 146, 150, 168, 176, 180, 188, 200, 216, 218, 224, 228, 230, 236, 246, 248, 258, 264, 266, 276, 284, 288, 290, 300, 314, 318 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

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

If n=50, then 11*50 + 13 = 563 (prime)

If n=108, then 11*108 + 13 = 1201 (prime)

MATHEMATICA

For[n = 1, n < 320, n++, If[PrimeQ[11*n + 13], Print[n]]] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 15 2006

CROSSREFS

Sequence in context: A047451 A194399 A101123 * A124127 A101084 A108935

Adjacent sequences:  A102718 A102719 A102720 * A102722 A102723 A102724

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Feb 06 2005

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 15 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 14 20:10 EST 2012. Contains 205663 sequences.