The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026427 a(n) = least positive integer > a(n-1) and not equal to a(i)*a(j) for 1<=i<=j<=n. 3
3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 17, 19, 22, 23, 26, 27, 29, 31, 34, 37, 38, 41, 43, 45, 46, 47, 53, 54, 58, 59, 61, 62, 63, 67, 71, 72, 73, 74, 75, 79, 82, 83, 86, 89, 90, 94, 96, 97, 99, 101, 103, 105, 106, 107, 109, 113, 117, 118, 120, 122, 125, 126, 127, 128, 131, 134 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Starting from 3, include only those numbers that aren't the product of two numbers already included.
Numbers >3 not included: 9,12,15,18,21,24,30,33,39,42,51,57,66,69,78,....
LINKS
EXAMPLE
9 is excluded because 9=3*3. 10 is included because 10 is not the product of any two of 3,4,5,6,7,8.
MATHEMATICA
f[s_List] := Block[{k = s[[ -1]] + 1, ss = Times @@@ Tuples[s, 2]}, While[MemberQ[ss, k], k++ ]; Append[s, k]]; Nest[f, {3}, 65] (* Robert G. Wilson v Sep 23 2006 *)
CROSSREFS
Cf. A066680.
Cf. A026416 and references therein.
Sequence in context: A207966 A097901 A026423 * A026482 A232803 A117346
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Sep 14 2008 at the suggestion of R. J. Mathar
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)