OFFSET
1,1
COMMENTS
Trivially, all terms are multiples of 7. Also terms are divisible by 2 or 3 or 5, and by any number of primes > 7.
LINKS
Ray Chandler, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1).
EXAMPLE
14 = 2*7, 28 = 2*2*7, 35 = 5*7, 56 = 2^3*7, 63 = 3*3*7, 147 = 3*7*7, 154 = 2*7*11.
MATHEMATICA
Select[Range[14, 1000], 1 < Length[fi = FactorInteger[#]] && 7 == fi[[2, 1]] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 22 2020
STATUS
approved