login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126590 Miltiples of 3 or 5 but not both. 2
3, 5, 6, 9, 10, 12, 18, 20, 21, 24, 25, 27, 33, 35, 36, 39, 40, 42, 48, 50, 51, 54, 55, 57, 63, 65, 66, 69, 70, 72, 78, 80, 81, 84, 85, 87, 93, 95, 96, 99, 100, 102, 108, 110, 111, 114, 115, 117, 123, 125, 126, 129, 130, 132, 138, 140, 141, 144, 145, 147, 153, 155, 156 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Numbers n such that mod(n,3)*mod(n,5)=0 and mod(n,15)>0.

EXAMPLE

3, 5, 6, 9, 10, 12, (not 15), 18, 20, 21, 24, 25, 27, (not 30), 33, etc.

MATHEMATICA

s={}; Do[m3=Mod[n, 3]; m5=Mod[n, 5]; m15=Mod[n, 15]; If[m3*m5==0&&m15>0, AppendTo[s, n]], {n, 200}]; s

CROSSREFS

Cf. A126073, A126592.

Sequence in context: A032786 A080309 A018900 * A140584 A085705 A187417

Adjacent sequences:  A126587 A126588 A126589 * A126591 A126592 A126593

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Mar 13 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:19 EST 2012. Contains 206038 sequences.