Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A030229
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A030229 Product of an even number of distinct primes. +0
12
1, 6, 10, 14, 15, 21, 22, 26, 33, 34, 35, 38, 39, 46, 51, 55, 57, 58, 62, 65, 69, 74, 77, 82, 85, 86, 87, 91, 93, 94, 95, 106, 111, 115, 118, 119, 122, 123, 129, 133, 134, 141, 142, 143, 145, 146, 155, 158, 159, 161, 166, 177, 178, 183, 185, 187, 194, 201, 202, 203, 205, 206, 209, 210, 213, 214 (list; graph; listen)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

Eric Weisstein's World of Mathematics, Moebius Function

MAPLE

a := n -> `if`(numtheory[mobius](n)=1, n, NULL); seq(a(i), i=1..214); [From Peter Luschny (peter(AT)luschny.de), May 04 2009]

PROGRAM

(PARI from M. F. Hasler):

isA030229(n)={ #(n=factor(n)[, 2]) % 2 == 0 && (!n || vecmax(n)==1 )}

for(n=1, 500, isA030229(n)&print1(n", "))

CROSSREFS

Cf. A006881, A151797.

Sequence in context: A120944 A052053 A006881 this_sequence A162730 A093772 A046400

Adjacent sequences: A030226 A030227 A030228 this_sequence A030230 A030231 A030232

KEYWORD

nonn,easy,nice

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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