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!)
A274371 Numbers that are a product of distinct Fibonacci numbers (A000045) and also a product of distinct Lucas numbers (A000032, including 2). 1
1, 2, 3, 6, 8, 21, 24, 42, 126, 144, 168, 432, 504, 987, 1008, 1974, 3024, 5922, 7896, 23688, 46368, 47376, 139104, 142128, 973728, 2178309, 4356618, 13069854, 17426472, 45765216, 52279416, 104558832, 313676496, 4807526976, 14422580928, 100958066496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Contains A273803 as a subsequence.
LINKS
EXAMPLE
504 = 3*8*21 = 4*7*18.
MATHEMATICA
s = {1}; z = 60; f = Fibonacci[2 + Range[z]]; Do[s = Union[s, Select[s*f[[i]], # <= f[[z]] &]], {i, z}]; s = Prepend[s, 0]; u = Take[s, 100]
g = LucasL[-1 + Range[z]]; t = {1}; Do[t = Union[t, Select[t*g[[i]], # <= g[[z]] &]], {i, z}]; w = Intersection[s, t]
CROSSREFS
Sequence in context: A248824 A130623 A072847 * A339589 A095895 A051934
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 19 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)