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!)
A274287 Numbers that are a product of distinct numbers in row 3 of the Wythoff array, A035513. 3
6, 10, 16, 26, 42, 60, 68, 96, 110, 156, 160, 178, 252, 260, 288, 408, 416, 420, 466, 660, 672, 680, 754, 960, 1068, 1088, 1092, 1100, 1220, 1560, 1728, 1760, 1768, 1780, 1974, 2496, 2520, 2796, 2848, 2856, 2860, 2880, 3194, 4032, 4080, 4160, 4524, 4608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See the Comment on distinct-product sequences in A160009.
LINKS
EXAMPLE
60 = 6*10, 960 = 6*10*16.
MATHEMATICA
f[1] = 6; f[2] = 10; z = 33; f[n_] := f[n - 1] + f[n - 2]; f = Table[f[n], {n, 1, z}]; f
s = {1}; Do[s = Union[s, Select[s*f[[i]], # <= f[[z]] &]], {i, z}]; Rest[s]
CROSSREFS
Cf. A160009.
Sequence in context: A079329 A302748 A020741 * A090991 A019533 A053301
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 17 2016
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 April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)