Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112888
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112888 Least semiprime of a cluster of just n semiprimes. +0
1
9, 33, 91, 299, 213, 1383, 3091, 8129 (list; graph; listen)
OFFSET

1,1

COMMENT

Clusters are sets composed of odd numbers. If we look at even numbers then the sequence would start 4,9,33 and terminates because in any group of four consecutive numbers greater than 4, 4 is a divisor to at least one member leaving a quotient greater than 1.

EXAMPLE

a(8)=8129 because 8129=11*739, 8131=47*173, 8133=3*2711, 8135=5*1627, 8137=79*103, 8139=3*2713, 8141=7*1163, 8143=17*479.

MATHEMATICA

spQ[n_] := Plus @@ Last /@ FactorInteger@n == 2; f[n_] := Block[{k = 1}, While[ s[[k]] + 2n != s[[k + n]] || s[[k]] + 2n + 2 == s[[k + n + 1]], k++ ]; s[[k]]]; s = {}; Do[ If[ spQ[n], AppendTo[s, n]], {n, 9, 7*10^6, 2}]; Table[ f[n], {n, 0, 7}]

CROSSREFS

Cf. A001358, A097824, A082919.

Sequence in context: A020228 A005939 A020326 this_sequence A048479 A031880 A036543

Adjacent sequences: A112885 A112886 A112887 this_sequence A112889 A112890 A112891

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 30 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research