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!)
A274348 Products of three distinct Lucas numbers (3,4,7,11,18,...) 5
84, 132, 216, 231, 308, 348, 378, 504, 564, 594, 609, 792, 812, 912, 957, 987, 1276, 1316, 1386, 1476, 1551, 1566, 1596, 2068, 2088, 2128, 2233, 2388, 2508, 2538, 2583, 3344, 3384, 3444, 3619, 3654, 3864, 4059, 4089, 4104, 4179, 5412, 5452, 5472, 5572, 5742 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
84 = 3*4*7, 132 = 3*4*11.
MATHEMATICA
z = 100; f[n_] := LucasL[n];
Take[Sort[Flatten[Table[f[u] f[v] f[w], {u, 2, z}, {v, 2, u - 1}, {w, 2, v - 1}]]], z]
CROSSREFS
Sequence in context: A015708 A114822 A099637 * A143758 A101260 A141502
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 April 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)