login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A298703 Numbers n such that number of groups of order n exceeds phi(n) (count numbers <= n and prime to n). 0
8, 12, 16, 24, 32, 36, 48, 64, 72, 80, 96, 108, 120, 128, 144, 160, 162, 168, 192, 216, 224, 240, 256, 288, 320, 324, 336, 352, 360, 384, 400, 416, 432, 448, 480, 486, 504, 512, 528, 576, 600, 624, 640, 648, 672, 704, 720, 729, 768, 800, 832, 864, 896, 960 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
H. U. Besche, B. Eick and E. A. O'Brien, A Millennium Project: Constructing Small Groups, Internat. J. Algebra and Computation, 12 (2002), 623-644.
FORMULA
Sequence is { n | A000001(n) > A000010(n) }.
EXAMPLE
For n = 8, 5 = A000001(8) > A000010(8) = 4.
For n = 12, 5 = A000001(12) > A000010(12) = 4.
For n = 16, 14 = A000001(16) > A000010(16) = 8.
For n = 24, 15 = A000001(24) > A000010(24) = 8.
For n = 32, 51 = A000001(32) > A000010(32) = 16.
...
MAPLE
with(GroupTheory): with(numtheory):
select(n -> NumGroups(n) > phi(n), [$1..850]);
MATHEMATICA
Q[n_] := FiniteGroupCount@ n > EulerPhi@ n; Select[ Range@840, fQ] (* Robert G. Wilson v, Feb 13 2018 *)
PROG
(GAP) Filtered([1..850], n -> NumberSmallGroups(n) > Phi(n));
CROSSREFS
Sequence in context: A186407 A190037 A110558 * A273800 A273798 A163283
KEYWORD
nonn
AUTHOR
Muniru A Asiru, Jan 29 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)