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!)
A130092 Numbers with at least two factors having in their canonical prime factorization equal exponents. 17
6, 10, 14, 15, 21, 22, 26, 30, 33, 34, 35, 36, 38, 39, 42, 46, 51, 55, 57, 58, 60, 62, 65, 66, 69, 70, 74, 77, 78, 82, 84, 85, 86, 87, 90, 91, 93, 94, 95, 100, 102, 105, 106, 110, 111, 114, 115, 118, 119, 120, 122, 123, 126, 129, 130, 132, 133, 134, 138, 140, 141, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A130091; A120944 and A085986 are subsequences;
a(n)>A130091(n) for n<=150, a(n) < A130091(n) for n>150.
LINKS
Eric Weisstein's World of Mathematics, Prime Factorization
MATHEMATICA
t[n_] := FactorInteger[n][[All, 2]]; s = Select[Range[400], Union[t[#]] == Sort[t[#]] &] (* A130091 *)
Complement[Range[Max[s]], s] (* A130092 *)
(* Clark Kimberling, Mar 12 2015 *)
CROSSREFS
Sequence in context: A119899 A351295 A362606 * A289619 A329140 A362605
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 06 2007
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 April 25 09:17 EDT 2024. Contains 371967 sequences. (Running on oeis4.)