Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112343
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112343 Positive integers n such that the largest prime-power divisor of n equals the sum of the other largest prime-powers (>1) dividing n. +0
1
1, 30, 70, 84, 120, 126, 180, 198, 264, 286, 308, 468, 520, 624, 646, 880, 884, 912, 1008, 1150, 1224, 1350, 1566, 1672, 1748, 1798, 2484, 2576, 2784, 2900, 3135, 3348, 3400, 3526, 3570, 3600, 4104, 4320, 4606, 4752, 5600, 5704, 5920, 6032, 6068, 6279 (list; graph; listen)
OFFSET

1,2

COMMENT

Sequence consists of those positive integers n where, if n = product{p=primes, p|n} p^k(p), each k(p) = positive integer, then sum{p=primes, p|n} p^k(p) = twice the largest prime power dividing n. The inclusion of 1 in the sequence is debatable.

EXAMPLE

84 = 2^2 * 3 * 7. Now 7 = 2^2 + 3. So 84 is in the sequence.

120 = 2^3 * 3 * 5. Now 2^3 = 3 + 5, so 120 is in the sequence.

MATHEMATICA

f[n_] := Block[{pp}, If[n == 1, Return[True]]; pp = Power @@@ FactorInteger[n]; Return[2Max[pp] == Plus @@ pp]; ]; Select[Range[6500], f] (*Chandler*)

CROSSREFS

Cf. A034699, A008475.

Sequence in context: A044132 A044513 A064623 this_sequence A131647 A071141 A071312

Adjacent sequences: A112340 A112341 A112342 this_sequence A112344 A112345 A112346

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Dec 01 2005

EXTENSIONS

Edited by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 04 2005

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research