Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103614
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103614 Semiprimes of the form prime(n)*prime(n+1)*prime(n+2) - 1. +0
4
4198, 33262, 1564258, 6672202, 7566178, 18181978, 20193022, 178433278, 187466722, 229580146, 293158126, 467821918, 1125878062, 1341880018, 4317369778, 5198554618, 8493529942, 10138087306, 10594343758, 20940647698 (list; graph; listen)
OFFSET

1,1

COMMENT

This is the three-consecutive-prime minus one equivalent of A103533, which is Giovanni Teofilatto's two-consecutive-prime minus one sequence.

EXAMPLE

n: prime(n) * prime(n+1) * prime(n+2) - 1

6: 13 *17 *19 - 1 = 4198 = 2 * 2099

10: 29 * 31 * 37 - 1 = 33262 = 2 * 16631

29: 109 * 113 * 127 - 1 = 1564258 = 2 * 782129

42: 181 * 191 * 193 -1 = 6672202 = 2 * 3336101

44: 193 * 197 * 199 -1 = 7566178 = 2 * 3783089

55: 257 * 263 * 269 -1 = 18181978 = 2 * 9090989

57: 269 * 271 * 277 -1 = 20193022 = 2 * 10096511

102: 557 * 563 * 569 -1 = 178433278 = 2 * 89216639

MATHEMATICA

Bigomega[n_]:=Plus@@Last/@FactorInteger[n]; SemiprimeQ[n_]:=Bigomega[n]==2; Select[Table[Prime[n]*Prime[n+1]*Prime[n+2]-1, {n, 1000}], SemiprimeQ] (*Chandler*)

PROGRAM

(PARI) for(n=1, 420, if(bigomega(k=prime(n)*prime(n+1)*prime(n+2)-1)==2, print1(k, ", "))) (Brockhaus)

CROSSREFS

Cf. A000040, A001358, A006881, A103533, A103746, A104874, A104875.

Sequence in context: A050937 A135953 A152511 this_sequence A020438 A002241 A059005

Adjacent sequences: A103611 A103612 A103613 this_sequence A103615 A103616 A103617

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Mar 24 2005

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 29 2005

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 6 11:04 EST 2009. Contains 170427 sequences.


AT&T Labs Research