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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140831 Let p^b(n,p) be the largest power of the prime p that divides n. The integer n is included if the list of p^b(n,p)'s, where each p is a distinct prime divisor of n, arranged by size of each p^b(n,p) is not in the same order as the list of p^b(n,p)'s arranged by size of each prime p. 0
12, 24, 40, 45, 48, 56, 60, 63, 80, 84, 90, 96, 112, 120, 126, 132, 135, 144, 156, 160, 168, 175, 176, 180, 189, 192, 204, 208, 224, 228, 240, 252, 264, 270, 275, 276, 280, 288, 297, 300, 312, 315, 320, 325, 336, 348, 350, 351, 352, 360, 372, 378, 384, 405 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This sequence contains no squarefree integers.

90 is the smallest integer in this sequence but not in sequence A126855.

The number of terms < 10^n: 0, 12, 151, 1575, 16154, 161630, 1617052,..., . - Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 2008

EXAMPLE

The prime-factorization of 90 is, when arranged by size of the distinct primes, 2^1 * 3^2 * 5^1. Since 3^2 is > 5^1, even though 5 > 3, then 90 is in the sequence.

MATHEMATICA

fQ[n_] := Block[{f = First@# ^ Last@# & /@ FactorInteger@n}, f != Sort@f]; Select[ Range@ 407, fQ@# &] - Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 2008

CROSSREFS

Cf. A141809, A141810, A126855.

Sequence in context: A098242 A101425 A139406 * A126855 A102749 A085231

Adjacent sequences:  A140828 A140829 A140830 * A140832 A140833 A140834

KEYWORD

nonn

AUTHOR

Leroy Quet Jul 18 2008

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 2008

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 10:57 EST 2012. Contains 206009 sequences.