login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230193 Numbers divisible by 3 or 11. 1
3, 6, 9, 11, 12, 15, 18, 21, 22, 24, 27, 30, 33, 36, 39, 42, 44, 45, 48, 51, 54, 55, 57, 60, 63, 66, 69, 72, 75, 77, 78, 81, 84, 87, 88, 90, 93, 96, 99, 102, 105, 108, 110, 111, 114, 117, 120, 121, 123, 126, 129, 132, 135, 138, 141, 143, 144, 147, 150, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In general, sequences of numbers divisible by primes p and q have the form a(n+p+q-1) = a(n) + p*q.
Union of A008585 and A008593 (0 excluded). - Michel Marcus, Oct 16 2013
The asymptotic density of this sequence is 13/33. - Amiram Eldar, Mar 25 2021
LINKS
FORMULA
a(n+13) = a(n) + 33.
MAPLE
for n from 1 to 53 do if n mod 3 = 0 and n mod 11 = 0 then print(n) fi od
MATHEMATICA
Select[Range[200], GCD[#, 33] > 1 &] (* T. D. Noe, Oct 15 2013 *)
CROSSREFS
Complement of A229968.
Sequence in context: A025321 A153238 A343112 * A201462 A189302 A086883
KEYWORD
nonn
AUTHOR
Gary Detlefs, Oct 11 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 27 13:58 EDT 2024. Contains 375469 sequences. (Running on oeis4.)