Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140121
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140121 Primes of the form prime(x)*prime(x+1) + (prime(x+1)-prime(x)). +0
1
7, 17, 37, 673, 1153, 4093, 7393, 8641, 22501, 32401, 57601, 64513, 70753, 72901 (list; graph; listen)
OFFSET

1,1

EXAMPLE

2*3+(3-2)=2*3+1=7, 23*29+(29-23)=23*29+6=673

MATHEMATICA

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

CROSSREFS

Sequence in context: A030432 A090147 A155007 this_sequence A102770 A058273 A058274

Adjacent sequences: A140118 A140119 A140120 this_sequence A140122 A140123 A140124

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 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research