Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079702
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079702 Numbers 2p where p is prime and 2p+1 is composite. +0
1
14, 26, 34, 38, 62, 74, 86, 94, 118, 122, 134, 142, 146, 158, 194, 202, 206, 214, 218, 254, 274, 278, 298, 302, 314, 326, 334, 362, 386, 394, 398, 422, 446, 454, 458, 482, 514, 526, 538, 542, 554, 566, 614, 622, 626, 634, 662, 674, 694, 698, 706, 734, 746 (list; graph; listen)
OFFSET

1,1

EXAMPLE

7 is prime, 2*7+1 = 15 is composite, so a(1) = 7*2 = 14.

MAPLE

a:=proc(n) if isprime(2*ithprime(n)+1)=false then 2*ithprime(n) else fi end: seq(a(n), n=1..100); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2006

PROGRAM

(PARI) forprime (p=3, 200, if (isprime(2*p+1), print1(2*p", ")))

CROSSREFS

Cf. A005277.

Equals 2 * A053176.

Sequence in context: A094163 A105583 A005277 this_sequence A082773 A112772 A086258

Adjacent sequences: A079699 A079700 A079701 this_sequence A079703 A079704 A079705

KEYWORD

nonn,easy

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jan 31 2003

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2006

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 July 6 17:22 EDT 2008. Contains 140988 sequences.


AT&T Labs Research