The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A238877 Members of a pair (a,b) such that a is the number of Abelian groups of order n and b is the number of non-Abelian groups of order n. 2
1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 1, 1, 0, 3, 2, 2, 0, 1, 1, 1, 0, 2, 3, 1, 0, 1, 1, 1, 0, 5, 9, 1, 0, 2, 3, 1, 0, 2, 3, 1, 1, 1, 1, 1, 0, 3, 12, 2, 0, 1, 1, 3, 2, 2, 2, 1, 0, 1, 3, 1, 0, 7, 44, 1, 0, 1, 1, 1, 0, 4, 10, 1, 0, 1, 1, 1, 1, 3, 11, 1, 0, 1, 5, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
Pairs (A000688(n),A060689(n)).
LINKS
Michel Lagneau, Table of n, a(n) for n = 1..4000 [2nd term in the 1024th pair corrected by Andrey Zabolotskiy]
EXAMPLE
The 8th pair {3,2} is in the sequence because there exists 5 finite groups of order 8: 3 Abelian groups and 2 non-Abelian groups.
MATHEMATICA
lst:={}; f[n_]:=Times@@PartitionsP/@Last/@FactorInteger@n; g[n_]:=FiniteGroupCount[n]-FiniteAbelianGroupCount[n]; Do[AppendTo[lst, {f[n], g[n]}], {n, 80}]; Flatten[lst]
CROSSREFS
Sequence in context: A360616 A050370 A050374 * A047886 A239366 A014944
KEYWORD
nonn
AUTHOR
Michel Lagneau, Mar 24 2014
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 May 19 13:25 EDT 2024. Contains 372694 sequences. (Running on oeis4.)