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!)
A274427 Positions in A274426 of products of distinct Fibonacci numbers > 1. 3
1, 2, 4, 5, 7, 8, 11, 12, 13, 16, 17, 18, 22, 23, 24, 25, 29, 30, 31, 32, 37, 38, 39, 40, 41, 46, 47, 48, 49, 50, 56, 57, 58, 59, 60, 61, 67, 68, 69, 70, 71, 72, 79, 80, 81, 82, 83, 84, 85, 92, 93, 94, 95, 96, 97, 98, 106, 107, 108, 109, 110, 111, 112, 113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A274428.
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]
Intersection[u, v] (* empty *)
w = Union[u, v] (* A274426 *)
Select[Range[300], MemberQ[u, w[[#]]] &] (* A274427 *)
Select[Range[300], MemberQ[v, w[[#]]] &] (* A274428 *)
CROSSREFS
Cf. A274426, A274428 (complement).
Sequence in context: A006693 A281641 A158850 * A187576 A188298 A289129
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 April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)