[go: up one dir, main page]

login
Search: a245782 -id:a245782
     Sort: relevance | references | number | modified | created      Format: long | short | data
Multiply-perfect numbers: n divides sigma(n).
(Formerly M4182)
+10
188
1, 6, 28, 120, 496, 672, 8128, 30240, 32760, 523776, 2178540, 23569920, 33550336, 45532800, 142990848, 459818240, 1379454720, 1476304896, 8589869056, 14182439040, 31998395520, 43861478400, 51001180160, 66433720320, 137438691328, 153003540480, 403031236608
OFFSET
1,2
COMMENTS
sigma(n)/n is in A054030.
Also numbers such that the sum of the reciprocals of the divisors is an integer. - Harvey P. Dale, Jul 24 2001
Luca's solution of problem 11090, which proves that for k>1 there are an infinite number of n such that n divides sigma_k(n), does not apply to this sequence. However, it is conjectured that this sequence is also infinite. - T. D. Noe, Nov 04 2007
Numbers k such that sigma(k) is divisible by all divisors of k, subsequence of A166070. - Jaroslav Krizek, Oct 06 2009
A017666(a(n)) = 1. - Reinhard Zumkeller, Apr 06 2012
Bach, Miller, & Shallit show that this sequence can be recognized in polynomial time with arbitrarily small error by a probabilistic Turing machine; that is, this sequence is in BPP. - Charles R Greathouse IV, Jun 21 2013
Conjecture: If n is such that 2^n-1 is in A066175 then a(n) is a triangular number. - Ivan N. Ianakiev, Aug 26 2013
Conjecture: Every multiply-perfect number is practical (A005153). I've verified this conjecture for the first 5261 terms with abundancy > 2 using Achim Flammenkamp's data. The even perfect numbers are easily shown to be practical, but every practical number > 1 is even, so a weak form says every even multiply-perfect number is practical. - Jaycob Coleman, Oct 15 2013
Numbers such that A054024(n) = 0. - Michel Marcus, Nov 16 2013
Numbers n such that k(n) = A229110(n) = antisigma(n) mod n = A024816(n) mod n = A000217(n) mod n = (n(n+1)/2) mod n = A142150(n). k(n) = n/2 for even n; k(n) = 0 for odd n (for number 1 and eventually odd multiply-perfect numbers n > 1). - Jaroslav Krizek, May 28 2014
The only terms m > 1 of this sequence that are not in A145551 are m for which sigma(m)/m is not a divisor of m. Conjecture: after 1, A323653 lists all such m (and no other numbers). - Antti Karttunen, Mar 19 2021
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 22.
J. Roberts, Lure of the Integers, Math. Assoc. America, 1992, p. 176.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
I. Stewart, L'univers des nombres, "Les nombres multiparfaits", Chapter 15, pp. 82-88, Belin-Pour La Science, Paris 2000.
D. Wells, The Penguin Dictionary of Curious and Interesting Numbers, Penguin Books, 1987, pp. 135-136.
LINKS
T. D. Noe, Table of n, a(n) for n=1..1600 (using Flammenkamp's data)
Abiodun E. Adeyemi, A Study of @-numbers, arXiv:1906.05798 [math.NT], 2019.
Anonymous, Multiply Perfect Numbers [broken link]
Eric Bach, Gary Miller, and Jeffrey Shallit, Sums of divisors perfect numbers and factoring, SIAM J. Comput. 15:4 (1986), pp. 1143-1154.
R. D. Carmichael, A table of multiply perfect numbers, Bull. Amer. Math. Soc. 13 (1907), 383-386.
F. Firoozbakht and M. F. Hasler, Variations on Euclid's formula for Perfect Numbers, JIS 13 (2010) #10.3.1.
Luis H. Gallardo and Olivier Rahavandrainy, On (unitary) perfect polynomials over F_2 with only Mersenne primes as odd divisors, arXiv:1908.00106 [math.NT], 2019.
Florian Luca and John Ferdinands, Problem 11090: Sometimes n divides sigma_k(n), Amer. Math. Monthly 113:4 (2006), pp. 372-373.
Kaitlin Rafferty and Judy Holdener, On the form of perfect and multiperfect numbers, Pi Mu Epsilon Journal, Vol. 13, No. 5 (Fall 2011), pp. 291-298.
Maxie D. Schmidt, Exact Formulas for the Generalized Sum-of-Divisors Functions, arXiv:1705.03488 [math.NT], 2017. See p. 11.
Eric Weisstein's World of Mathematics, Abundancy
Eric Weisstein's World of Mathematics, Hyperperfect Number.
EXAMPLE
120 is OK because divisors of 120 are {1,2,3,4,5,6,8,10,12,15,20,24,30,40,60,120}, the sum of which is 360=120*3.
MATHEMATICA
Do[If[Mod[DivisorSigma[1, n], n] == 0, Print[n]], {n, 2, 2*10^11}] (* or *)
Transpose[Select[Table[{n, DivisorSigma[-1, n]}, {n, 100000}], IntegerQ[ #[[2]] ]& ] ][[1]]
(* Third program: *)
Select[Range[10^6], IntegerQ@ DivisorSigma[-1, #] &] (* Michael De Vlieger, Mar 19 2021 *)
PROG
(PARI) for(n=1, 1e6, if(sigma(n)%n==0, print1(n", ")))
(Haskell)
a007691 n = a007691_list !! (n-1)
a007691_list = filter ((== 1) . a017666) [1..]
-- Reinhard Zumkeller, Apr 06 2012
(Python)
from sympy import divisor_sigma as sigma
def ok(n): return sigma(n, 1)%n == 0
print([n for n in range(1, 10**4) if ok(n)]) # Michael S. Branicky, Jan 06 2021
CROSSREFS
Complement is A054027. Cf. A000203, A054030.
Cf. A000396, A005820, A027687, A046060, A046061, for subsequences of terms with quotient sigma(n)/n = 2..6.
Subsequence of the following sequences: A011775, A071707, A083865, A089748 (after the initial 1), A102783, A166070, A175200, A225110, A226476, A237719, A245774, A246454, A259307, A263928, A282775, A323652, A336745, A340864. Also conjectured to be a subsequence of A005153, of A307740, and after 1 also of A295078.
Various number-theoretical functions applied to these numbers: A088843 [tau], A098203 [phi], A098204 [gcd(a(n),phi(a(n)))], A134665 [2-adic valuation], A307741 [sigma], A308423 [product of divisors], A320024 [the odd part], A134740 [omega], A342658 [bigomega], A342659 [smallest prime not dividing], A342660 [largest prime divisor].
Positions of ones in A017666, A019294, A094701, A227470, of zeros in A054024, A082901, A173438, A272008, A318996, A326194, A341524. Fixed points of A009194.
Cf. A069926, A330746 (left inverses, when applied to a(n) give n).
Cf. (other related sequences) A007539, A066135, A066961, A093034, A094467, A134639, A145551, A019278, A194771 [= 2*a(n)], A219545, A229110, A262432, A335830, A336849, A341608.
KEYWORD
nonn,nice
EXTENSIONS
More terms from Jud McCranie and then from David W. Wilson.
Incorrect comment removed and the crossrefs-section reorganized by Antti Karttunen, Mar 20 2021
STATUS
approved
Denominator of (n / tau(n) - sigma(n) / n).
+10
6
1, 2, 6, 12, 10, 2, 14, 8, 9, 10, 22, 3, 26, 14, 20, 80, 34, 6, 38, 30, 84, 22, 46, 2, 75, 26, 108, 3, 58, 20, 62, 96, 44, 34, 140, 36, 74, 38, 156, 4, 82, 28, 86, 33, 30, 46, 94, 60, 147, 150, 68, 78, 106, 36, 220, 7, 228, 58, 118, 5, 122, 62, 126, 448, 260
OFFSET
1,2
COMMENTS
Denominator of (n / A000005(n) - A000203(n) / n).
See A245776 - numerator of (n / tau(n) - sigma(n) / n).
If n is an odd prime, a(n) = 2*n. - Robert Israel, Aug 01 2014
First deviation from A245785 (denominator of (n/tau(n) + sigma(n)/n)) is at a(300); a(300) = 75, A245785(300) = 25. Sequence of numbers n such that A245785(n) is not equal to a(n): 300, 768, 1452, 1764, 2100, 3468, 3900, 5376, 5700, 6084, 6348, 9075, 9300, ... See (Magma) [n: n in [1..10000] | (Denominator((n/(#[d: d in Divisors(n)]))+(SumOfDivisors(n)/n))) - (Denominator((n/(#[d: d in Divisors(n)]))-(SumOfDivisors(n)/n))) ne 0] - Jaroslav Krizek, Aug 15 2014
LINKS
FORMULA
A245776(n) / a(n) < 1 for numbers n in A245779.
A245776(n) / a(n) = integer for numbers n in A245778.
a(n) = 1 for numbers n in A245778.
EXAMPLE
For n = 9; a(9) = denominator(9/tau(9) - sigma(9)/9) = denominator(9/3 - 13/9) = denominator(14/9) = 9.
MATHEMATICA
Table[Denominator[n/DivisorSigma[0, n] - DivisorSigma[1, n]/n], {n, 70}] (* Alonso del Arte, Aug 15 2014 *)
PROG
(Magma) [Denominator((n/(#[d: d in Divisors(n)]))-(SumOfDivisors(n)/n)): n in [1..100]]
(PARI) vector(150, n, denominator(n/numdiv(n) - sigma(n)/n)) \\ Derek Orr, Aug 01 2014
KEYWORD
nonn,frac
AUTHOR
Jaroslav Krizek, Aug 01 2014
STATUS
approved
Numerator of (n/tau(n) - sigma(n)/n).
+10
5
0, -1, 1, -5, 13, -1, 33, 1, 14, 7, 97, -1, 141, 25, 43, 101, 253, 5, 321, 37, 313, 85, 481, 1, 532, 127, 569, 8, 781, 27, 897, 323, 299, 235, 1033, 53, 1293, 301, 1297, 11, 1597, 83, 1761, 179, 173, 457, 2113, 133, 2230, 971, 771, 529, 2701, 163, 2737, 34, 2929, 751, 3361, 11, 3597, 865, 1115
OFFSET
1,4
COMMENTS
Numerator of (n/A000005(n) - A000203(n)/n).
See A245777 - denominator of (n/tau(n) - sigma(n)/n).
LINKS
FORMULA
a(n)/A245777(n) < 1 for numbers n in A245779.
a(n)/A245777(n) is an integer for numbers n in A245778.
a(n) = 1 for n = 3, 8 and 24.
a(n) < 0 for n = 2, 4, 6 and 12.
EXAMPLE
For n = 9; a(9) = numerator(9/tau(9) - sigma(9)/9) = numerator(9/3 - 13/9) = numerator(14/9) = 14.
MATHEMATICA
a245776[n_Integer] :=
Map[Numerator[#/DivisorSigma[0, #] - DivisorSigma[1, #]/#] &,
Range[n]]; a245776[63] (* Michael De Vlieger, Aug 07 2014 *)
PROG
(Magma) [Numerator((n/(#[d: d in Divisors(n)]))-(SumOfDivisors(n)/n)): n in [1..1000]]
(PARI) vector(150, n, numerator(n/numdiv(n) - sigma(n)/n)) \\ Derek Orr, Aug 01 2014
KEYWORD
sign,frac
AUTHOR
Jaroslav Krizek, Aug 01 2014
STATUS
approved
Numbers n such that (n/tau(n) - sigma(n)/n) < 1.
+10
5
1, 2, 3, 4, 6, 8, 10, 12, 18, 24
OFFSET
1,2
COMMENTS
Numbers n such that A245776(n)/A245777(n) = n/A000005(n) - A000203(n)/n < 1.
Finite sequence with 10 terms.
EXAMPLE
24 is in sequence because 24/tau(24) - sigma(24)/24 = 24/8 - 60/24 = 1/2.
MATHEMATICA
a245779[n_Integer] :=
Select[Range[n],
If[#/DivisorSigma[0, #] - DivisorSigma[1, #]/# < 1, True, False] &]; a245779[1000] (* Michael De Vlieger, Aug 07 2014 *)
Select[Range[25], #/DivisorSigma[0, #]-DivisorSigma[1, #]/#<1&] (* Harvey P. Dale, Nov 21 2023 *)
PROG
(Magma) [n:n in [1..1000000] | (Numerator((n /(#[d: d in Divisors(n)]))-(SumOfDivisors(n)/n))) / (Denominator((n/(#[d: d in Divisors(n)]))-(SumOfDivisors(n)/n))) lt 1]
(PARI)
for(n=1, 10^3, if(n/numdiv(n) - sigma(n)/n < 1, print1(n, ", "))) \\ Derek Orr, Aug 02 2014
KEYWORD
nonn,fini,full
AUTHOR
Jaroslav Krizek, Aug 02 2014
STATUS
approved
Numbers n such that k(n) = n/tau(n) - sigma(n)/n is an integer.
+10
4
1, 672, 4680, 30240, 435708, 23569920, 45532800, 4138364160, 14182439040, 53798734080, 153003540480, 403031236608, 518666803200
OFFSET
1,2
COMMENTS
Numbers n such that A245776(n) / A245777(n) = (n / A000005(n) - A000203(n) / n) is an integer.
Sequence of integers k(n): 0, 25, 94, 311, 4031, 73652, 118571, …
Conjecture: subsequence of A216793.
Refactorable multiply-perfect numbers (A245782) are members of this sequence.
a(14) > 10^13. - Giovanni Resta, Jul 13 2015
The numbers 13661860101120 and 740344994887680 are also terms. - Giovanni Resta, Nov 14 2019
FORMULA
A245777(a(n)) = 1.
EXAMPLE
672 is in sequence because 672 / tau(672) - sigma(672) / 672 = 672 / 24 - 2016 / 672 = 25 (integer).
MAPLE
select(n -> type(n/numtheory:-tau(n) - numtheory:-sigma(n)/n, integer), [$1..10^8]); # Robert Israel, Aug 03 2014
PROG
(Magma) [n: n in [1..100000] | (Denominator((n/(#[d: d in Divisors(n)])) - (SumOfDivisors(n)/n)) eq 1)]
(PARI)
for(n=1, 10^8, s=n/numdiv(n); t=sigma(n)/n; if(floor(s-t)==s-t, print1(n, ", "))) \\ Derek Orr, Aug 01 2014
KEYWORD
nonn,more
AUTHOR
Jaroslav Krizek, Aug 01 2014
EXTENSIONS
a(8)-a(13) from Giovanni Resta, Jul 13 2015
STATUS
approved
Numbers n such that k(n) = (n/tau(n) + sigma(n)/n) is an integer.
+10
3
1, 672, 4680, 30240, 23569920, 45532800, 275890944, 14182439040, 153003540480, 403031236608, 518666803200
OFFSET
1,2
COMMENTS
Numbers n such that A245784(n) / A245785(n) = (n / A000005(n) + A000203(n) / n) is an integer.
Sequence of numbers k(n): 2, 31, 101, 319, 73660, 118579, …
Conjecture: Subsequence of A216793.
Refactorable multiply-perfect numbers (A245782) are members of this sequence.
a(12) > 10^13. - Giovanni Resta, Jul 13 2015
FORMULA
A245785(a(n)) = 1.
EXAMPLE
672 is in sequence because 672/tau(672) + sigma(672)/672 = 672/24 + 2016/672 = 31 (integer).
PROG
(Magma) [n: n in [1..100000] | (Denominator((n/(#[d: d in Divisors(n)])) + (SumOfDivisors(n)/n)) eq 1)]
(PARI) for(n=1, 10^8, s=n/numdiv(n); t=sigma(n)/n; if(floor(s+t)==s+t, print1(n, ", "))) \\ Derek Orr, Aug 15 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Aug 15 2014
EXTENSIONS
a(7)-a(11) from Giovanni Resta, Jul 13 2015
STATUS
approved
Nonprime numbers k such that A054008(k) = A054024(k).
+10
0
1, 20, 196, 368, 650, 672, 780, 836, 1888, 2352, 3192, 11096, 17816, 20496, 30240, 51060, 84660, 130304, 979992, 1848964, 2291936, 3767100, 4526272, 8353792, 15126992, 15287976, 23569920, 33468416, 45532800, 74899952, 381236216, 623799776, 712023296, 1845991216
OFFSET
1,2
COMMENTS
If p is an odd prime then A054008(p) = A054024(p) = 2. Therefore, this sequence is restricted to nonprime numbers.
EXAMPLE
20 is a term since it is a nonprime number and A054008(20) = A054024(20) = 2.
MATHEMATICA
Select[Range[10^6], !PrimeQ[#] && Mod[#, DivisorSigma[0, #]] == Mod[DivisorSigma[1, #], #] &]
CROSSREFS
Subsequences: A047728, A245782.
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 08 2021
STATUS
approved

Search completed in 0.021 seconds