A055487
Least m such that phi(m) = n!.
Original entry on oeis.org
1, 3, 7, 35, 143, 779, 5183, 40723, 364087, 3632617, 39916801, 479045521, 6227180929, 87178882081, 1307676655073, 20922799053799, 355687465815361, 6402373865831809, 121645101106397521, 2432902011297772771, 51090942186005065121, 1124000727844660550281, 25852016739206547966721, 620448401734814833377121, 15511210043338862873694721, 403291461126645799820077057, 10888869450418352160768000001, 304888344611714964835479763201
Offset: 1
- R. K. Guy, (1981): Unsolved problems In Number Theory, Springer - page 53.
- Tattersall, J., "Elementary Number Theory in Nine Chapters", Cambridge University Press, 2001, p. 162.
-
Array[Block[{k = 1}, While[EulerPhi[k] != #, k++]; k] &[#!] &, 10] (* Michael De Vlieger, Jul 12 2018 *)
A055486
Number of solutions to sigma(x) = n!.
Original entry on oeis.org
1, 0, 1, 3, 4, 15, 33, 111, 382, 1195, 3366, 14077, 53265, 229603, 910254, 4524029, 18879944, 91336498, 561832582, 2801857644, 14652294729, 78894985156, 408373652461, 2378940665083, 11939275822636, 71931330299023, 392274481206066, 2626331088771946
Offset: 1
For n = 9, solutions to sigma(x) = n! = 362880 form a set {97440, ..., 361657} of size 382, so a(9) = 382.
- R. K. Guy (1981): Unsolved Problems In Number Theory, B39.
A055488
Smallest number x such that sum of divisors of x is n!.
Original entry on oeis.org
5, 14, 54, 264, 1560, 10920, 97440, 876960, 10263240, 112895640, 1348827480, 18029171160, 264370186080, 3806158356000, 62703141621120, 1128159304272000, 20422064875212000, 404757215566704000, 8208550091549808000, 177650747421074928000
Offset: 3
For n = 6 the 15 solutions are as follows: {264,270,280,354,376,406,418,435,459,478,537,623,649,667,719}
- R. K. Guy (1981): Unsolved Problems In Number Theory, B39.
a(13), a(14) from
Vim Wenders, Nov 06 2006, Jan 12 2007
A165774
Largest solution to phi(x) = n!, where phi() is Euler totient function (A000010).
Original entry on oeis.org
2, 6, 18, 90, 462, 3150, 22050, 210210, 1891890, 19969950, 219669450, 2847714870, 37020293310, 520843112790, 7959363061650, 135309172048050, 2300255924816850, 41996101027370490, 797925919520039310, 16504589035937252250, 347097774991217099850, 7751850308137181896650, 179602728970220622816750, 4493489228616853106091450, 112337230715421327652286250, 2958213742172761628176871250, 79871771038664563960775523750, 2279417465795734863803670716250
Offset: 1
a(1) = 2 is the largest among the A055506(1) = 2 solutions {1,2} to phi(n) = 1! = 1.
a(4) = 90 is the largest among the A055506(4) = 10 solutions {35, 39, 45, 52, 56, 70, 72, 78, 84, 90} to phi(n) = 4! = 24.
See A165773 for more examples.
Edited and terms a(12)-a(28) added by
Max Alekseyev, Jan 26 2012, Jul 09 2014
Showing 1-4 of 4 results.
Comments