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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108978 Numbers n such that 29*n + 31 is prime. 0
0, 2, 8, 12, 24, 42, 44, 48, 50, 54, 68, 78, 80, 84, 92, 108, 110, 120, 134, 140, 162, 164, 168, 174, 182, 188, 194, 210, 218, 222, 230, 240, 264, 272, 278, 282, 300, 308, 314, 320, 330, 338, 342, 344, 350, 362, 378, 392, 402, 408, 414, 420, 422, 440, 444, 458 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

If n=0 then 29*n + 31 = 31 (prime).

If n=92 then 29*n + 31 = 2699 (prime).

MAPLE

a:=proc(n) if isprime(29*n+31)=true then n else fi end: seq(a(n), n=0..530); (Deutsch)

MATHEMATICA

Select[Range[0, 500], PrimeQ[29#+31]&]  [From Harvey P. Dale, Jan. 13, 2011]

CROSSREFS

Sequence in context: A063622 A162152 A013654 * A135957 A107755 A027718

Adjacent sequences:  A108975 A108976 A108977 * A108979 A108980 A108981

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jul 27 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 04 2005

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 22:50 EST 2012. Contains 205684 sequences.