OFFSET
1,2
COMMENTS
Numbers whose odd part is 11-rough: products of terms of A008364 and powers of 2 (terms of A000079). - Peter Munn, Aug 03 2020
Numbers coprime to 105. The asymptotic density of this sequence is 16/35. - Amiram Eldar, Oct 23 2020
LINKS
Vincenzo Librandi, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1).
FORMULA
a(n) = a(n-1) + a(n-48) - a(n-49). - Amiram Eldar, Oct 23 2020
MATHEMATICA
Select[Range[300], Mod[#, 3] > 0 && Mod[#, 5] > 0 && Mod[#, 7] > 0 &] (* T. D. Noe, Feb 05 2014 *)
Select[Range[300], Or@@Divisible[#, {3, 5, 7}]==False&] (* Harvey P. Dale, Mar 13 2014 *)
Select[Range[150], CoprimeQ[105, #] &] (* Amiram Eldar, Oct 23 2020 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Oleg P. Kirillov, Jan 20 2014
STATUS
approved