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!)
A274350 Products of three distinct Lucas numbers (2,3,4,7,11,18,...). 1
24, 42, 56, 66, 84, 88, 108, 132, 144, 154, 174, 216, 231, 232, 252, 282, 308, 348, 376, 378, 396, 406, 456, 504, 564, 594, 608, 609, 638, 658, 738, 792, 812, 912, 957, 984, 987, 1034, 1044, 1064, 1194, 1276, 1316, 1386, 1476, 1551, 1566, 1592, 1596, 1672 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
24 = 2*3*4, 88 = 2 * 4 * 11.
MATHEMATICA
z = 100; f[n_] := LucasL[n]; f[1] = 2 ;
Take[Sort[Flatten[Table[f[u] f[v] f[w], {u, 1, z}, {v, 1, u - 1}, {w, 1, v - 1}]]], z]
CROSSREFS
Sequence in context: A098900 A098769 A162886 * A063702 A074975 A077095
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 18 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 July 12 14:24 EDT 2024. Contains 374251 sequences. (Running on oeis4.)