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!)
A085430 a(n) is the minimal m such that the group GL(m,2) has an element of order n. 2
2, 2, 3, 4, 4, 3, 5, 6, 6, 10, 5, 12, 5, 4, 9, 8, 8, 18, 7, 5, 12, 11, 7, 20, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
For n > 1, a(prime(n)) = A014664(n). Also, a(n) <= n. - Eric M. Schmidt, May 17 2013
LINKS
PROG
(GAP)
A085430 := function(n) local m; if IsPrime(n) and n>2 then return Order(2*Z(n)^0); fi; m := 1; while true do if ForAny(ConjugacyClasses(GL(m, 2)), cc->Order(Representative(cc))=n) then return m; fi; m := m + 1; od; end; # Eric M. Schmidt, May 17 2013
CROSSREFS
Cf. A002884.
Sequence in context: A334593 A293596 A301977 * A246794 A334030 A285333
KEYWORD
nonn,more
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 18 2003
EXTENSIONS
Sequence extended and corrected by Eric M. Schmidt, May 17 2013
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)