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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102749 Numbers n such that largest prime-power dividing n is not a power of the largest prime dividing n. 1
12, 24, 40, 45, 48, 56, 63, 80, 90, 96, 112, 120, 126, 135, 144, 160, 168, 175, 176, 180, 189, 192, 208, 224, 240, 252, 270, 275, 280, 288, 297, 315, 320, 325, 336, 350, 351, 352, 360, 378, 384, 405, 416, 425, 448, 459, 475, 480, 504, 513, 525, 528, 539, 540 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Does this sequence have finite density? - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Aug 29 2006

EXAMPLE

45 is included because 45 = 3^2 *5 and 9 (the largest prime-power dividing 45) is not a power of 5 (the largest prime dividing 45).

144 is included because its largest prime divisor is 3, but the largest prime power divisor, 16, is not a power of 3.

MATHEMATICA

fQ[n_] := Block[{p = Power @@@ FactorInteger[n]}, Last[p] != Max[p]]; Select[Range[540], fQ] (*Chandler*)

CROSSREFS

Cf. A006530, A034699, A126855.

Sequence in context: A139406 A140831 A126855 * A085231 A057715 A053990

Adjacent sequences:  A102746 A102747 A102748 * A102750 A102751 A102752

KEYWORD

nonn

AUTHOR

Leroy Quet Feb 09 2005

EXTENSIONS

More terms from Frank Adams-Watters (FrankTAW(AT)Netscape.net), Aug 29 2006

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 15 18:22 EST 2012. Contains 205835 sequences.