Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126590
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126590 Miltiples of 3 or 5 but not both. +0
3
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; listen)
OFFSET

1,1

COMMENT

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 this_sequence A140584 A085705 A072716

Adjacent sequences: A126587 A126588 A126589 this_sequence A126591 A126592 A126593

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research