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!)
A274430 Positions in A274429 of products of distinct Fibonacci numbers > 1. 3
3, 5, 8, 9, 12, 13, 17, 18, 19, 23, 24, 25, 30, 31, 32, 33, 38, 39, 40, 41, 47, 48, 49, 50, 51, 57, 58, 59, 60, 61, 68, 69, 70, 71, 72, 73, 80, 81, 82, 83, 84, 85, 93, 94, 95, 96, 97, 98, 99, 107, 108, 109, 110, 111, 112, 113, 122, 123, 124, 125, 126, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A274431.
LINKS
MATHEMATICA
z = 200; f[n_] := Fibonacci[n];
u = Take[Sort[Flatten[Table[f[m] f[n], {n, 3, z}, {m, 3, n - 1}]]], 100]
g[n_] := LucasL[n];
v = Take[Sort[Flatten[Table[g[u] g[v], {u, 1, z}, {v, 1, u - 1}]]], z]
Intersection[u, v]
w = Union[u, v] (* A274429 *)
Select[Range[300], MemberQ[u, w[[#]]] &] (* A274430 *)
Select[Range[300], MemberQ[v, w[[#]]] &] (* A274431 *)
CROSSREFS
Sequence in context: A189213 A325168 A211703 * A107792 A051206 A081451
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 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)