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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108855 Numbers n such that 10*n + 127 is prime. 0
0, 1, 3, 4, 7, 10, 13, 15, 18, 19, 21, 22, 24, 27, 33, 34, 36, 42, 43, 45, 46, 48, 49, 52, 55, 60, 63, 66, 67, 70, 73, 75, 76, 78, 81, 82, 84, 85, 87, 96, 97, 99, 106, 109, 111, 115, 117, 118, 120, 124, 130, 132, 136, 144, 147, 148, 150, 151, 153, 154, 157, 162, 165, 166 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

If n=0 then 10*n + 127 = 127 (prime).

If n=34 then 10*n + 127 = 467 (prime).

MAPLE

a:=proc(n) if isprime(10*n+127)=true then n else fi end: seq(a(n), n=0..200); (Deutsch)

CROSSREFS

Sequence in context: A047342 A137294 A177959 * A108579 A050572 A105343

Adjacent sequences:  A108852 A108853 A108854 * A108856 A108857 A108858

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 16 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 16 12:41 EST 2012. Contains 205909 sequences.