Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119835
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119835 Primes p such that 2*p#-1 and 2*p#+1 are twin primes. +0
3
2, 3, 5, 7, 113, 857 (list; graph; listen)
OFFSET

1,1

EXAMPLE

2*2-1=3 2*2+1=5, 3 and 5 twin primes so a(1)=2

2*2*3-1=11 2*2*3+1=13, 11 and 13 twin primes so a(2)=3

2*2*3*5-1=59 2*2*3*5+1=61, 59 and 61 twin primes so a(3)=5

MAPLE

isA001359 := proc(n) RETURN(isprime(n) and isprime(n+2)); end: primo := 2 : print(primo); for n from 2 to 20000 do p := ithprime(n); primo := primo*p; if isA001359(2*primo-1) then print(p); fi; od : - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 09 2006

CROSSREFS

Cf. A119833 A119834.

Sequence in context: A006341 A086107 A046713 this_sequence A076609 A117059 A117058

Adjacent sequences: A119832 A119833 A119834 this_sequence A119836 A119837 A119838

KEYWORD

more,nonn

AUTHOR

Pierre CAMI (pierrecami(AT)tele2.fr), May 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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research