login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A230771
Union of Fibonacci numbers and powers of 2.
0
1, 2, 3, 4, 5, 8, 13, 16, 21, 32, 34, 55, 64, 89, 128, 144, 233, 256, 377, 512, 610, 987, 1024, 1597, 2048, 2584, 4096, 4181, 6765, 8192, 10946, 16384, 17711, 28657, 32768, 46368, 65536, 75025, 121393, 131072, 196418, 262144, 317811, 514229, 524288, 832040, 1048576
OFFSET
1,2
COMMENTS
It is known that 1, 2, and 8 are the only numbers in the intersection.
MATHEMATICA
Module[{nn=40, p2}, p2=Floor[Log2[Fibonacci[nn]]]; Join[Fibonacci[Range[nn]], 2^Range[0, p2]]//Union] (* Harvey P. Dale, Aug 31 2024 *)
CROSSREFS
Sequence in context: A347333 A050024 A182153 * A065490 A214452 A282500
KEYWORD
nonn,easy
AUTHOR
STATUS
approved