OFFSET
1,2
COMMENTS
Cubes 1 and 8 are also members of A272826.
a(7), if it exists, is greater than Fibonacci(10^7). - Lars Blomberg, Aug 17 2016
EXAMPLE
144 is a term as its digits are only powers of 2 and it is a Fibonacci number (see A000045).
MATHEMATICA
Select[Fibonacci@Range[2, 50000], SubsetQ[{1, 2, 4, 8}, IntegerDigits@#]&]
CROSSREFS
KEYWORD
nonn,more,base
AUTHOR
Waldemar Puszkarz, May 07 2016
STATUS
approved