A007539 a(n) = first n-fold perfect (or n-multiperfect) number.
1, 6, 120, 30240, 14182439040, 154345556085770649600, 141310897947438348259849402738485523264343544818565120000
Offset: 1
References
- A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 22.
- A. Brousseau, Number Theory Tables. Fibonacci Association, San Jose, CA, 1973, p. 138.
- R. K. Guy, Unsolved Problems in Number Theory, B2.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- T. D. Noe, Table of n, a(n) for n = 1..8
- Abiodun E. Adeyemi, A Study of @-numbers, arXiv:1906.05798 [math.NT], 2019.
- Jamie Bishop, Abigail Bozarth, Rebekah Kuss, and Benjamin Peet, The Abundancy Index and Feebly Amicable Numbers, arXiv:2104.11366 [math.NT], 2021.
- C. K. Caldwell, The Prime Glossary, multiply perfect
- F. Firoozbakht and M. F. Hasler, Variations on Euclid's formula for Perfect Numbers, JIS 13 (2010) #10.3.1.
- Achim Flammenkamp, The Multiply Perfect Numbers Page
- Fred Helenius, Link to Glossary and Lists
- G. P. Michon, Multiperfect and hemiperfect numbers
- Walter Nissen, Abundancy: Some Resources
Crossrefs
Programs
-
Mathematica
Table[k = 1; While[DivisorSigma[1, k]/k != n, k++]; k, {n, 4}] (* Michael De Vlieger, Jun 20 2015 *)
-
PARI
a(n)=k=1;while((sigma(k)/k)!=n,k++);k vector(4,n,a(n)) \\ Derek Orr, Jun 19 2015
Extensions
More terms sent by Robert G. Wilson v, Nov 30 2000
Comments