A362743 Positive integers which cannot be written as a sum of distinct numbers of the form 4^a + 5^b (a,b >= 0).
1, 3, 4, 10, 12, 18
Offset: 1
Examples
a(1) = 1 since 4^a + 5^b > 1 for all a,b >= 0. a(2) = 3 since 2 = 4^0 + 5^0, and 3 cannot be written as a sum of distinct numbers of the form 4^a + 5^b with a,b >= 0.
Links
- B. J. Birch, Note on a problem of Erdos, Proc. Cambridge Philos. Soc. 55 (1959), 370-373.
- P. Erdos and M. Lewin, d-complete sequences of integers, Math. Comp. 65 (1996), 837--840.
Comments