Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130112
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130112 Primes prime(n) such that 10*prime(n)+prime(n+2) is not prime. +0
1
2, 19, 23, 29, 31, 37, 43, 47, 53, 59, 61, 71, 73, 79, 83, 97, 103, 107, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 191, 197, 211, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 293, 307, 311, 317, 331, 349, 353, 359, 373, 379, 383, 389 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(7)=43 because 10*41+53=483 and 483=3*7*23 is not prime,

a(8)=47 because 10*47+59=529 and 529=23^2 is not prime,

a(9)=53 because 10*53+61=591 and 591=3*197 is not prime, ...

MAPLE

ts_p6_02:=proc(n) local a, b, i, ans; ans := [ ]: for i from 1 to n do a := 10*ithprime(i)+ithprime(i+2): if (isprime(a)=false) then ans := [ op(ans), ithprime(i) ]: fi od; RETURN(ans) end: ts_p6_02(300);

CROSSREFS

Cf. A129900.

Sequence in context: A022119 A042247 A041451 this_sequence A019348 A069690 A037003

Adjacent sequences: A130109 A130110 A130111 this_sequence A130113 A130114 A130115

KEYWORD

nonn

AUTHOR

Jani Melik (jani_melik(AT)hotmail.com), Aug 01 2007

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research