Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140120
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140120 Primes of the form prime(x)*prime(x+1) - (prime(x+1)-prime(x)). +0
1
5, 13, 73, 433, 661, 2017, 3121, 6553, 16633, 47041, 53353, 55681, 116929 (list; graph; listen)
OFFSET

1,1

EXAMPLE

2*3-(3-2)=2*3-1=5, 3*5-(5-3)=3*5-2=13, 7*11-(11-4)=7*11-4=73

MATHEMATICA

a = {}; Do[p1 = Prime[n]; p2 = Prime[n + 1]; p = p1*p2 - (p2 - p1); If[PrimeQ[p], AppendTo[a, p]], {n, 10^2}]; a

CROSSREFS

Sequence in context: A139361 A115329 A137702 this_sequence A064169 A081525 A027612

Adjacent sequences: A140117 A140118 A140119 this_sequence A140121 A140122 A140123

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 21 2008

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 December 3 10:07 EST 2008. Contains 151162 sequences.


AT&T Labs Research