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!)
A274428 Positions in A274426 of products of distinct Lucas numbers > 1. 3
3, 6, 9, 10, 14, 15, 19, 20, 21, 26, 27, 28, 33, 34, 35, 36, 42, 43, 44, 45, 51, 52, 53, 54, 55, 62, 63, 64, 65, 66, 73, 74, 75, 76, 77, 78, 86, 87, 88, 89, 90, 91, 99, 100, 101, 102, 103, 104, 105, 114, 115, 116, 117, 118, 119, 120, 129, 130, 131, 132, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A274427.
LINKS
MATHEMATICA
z = 200; f[n_] := Fibonacci[n];
u = Take[Sort[Flatten[Table[f[m] f[n], {n, 3, z}, {m, 3, n - 1}]]], z]
g[n_] := LucasL[n];
v = Take[Sort[Flatten[Table[g[u] g[v], {u, 2, z}, {v, 2, u - 1}]]], z]
w = Union[u, v] (* A274426 *)
Select[Range[300], MemberQ[u, w[[#]]] &] (* A274427 *)
Select[Range[300], MemberQ[v, w[[#]]] &] (* A274428 *)
CROSSREFS
Sequence in context: A348237 A111359 A359352 * A344158 A085782 A085780
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 22 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 March 28 10:31 EDT 2024. Contains 371240 sequences. (Running on oeis4.)