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!)
A192215 Number of zero trace primitive elements in Galois field GF(11^n). 6
0, 0, 48, 320, 5925, 33936, 691880, 5107200, 69610716, 628484000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = n * A192510(n). - Joerg Arndt, Jul 03 2011
PROG
(Sage)
def a(n):
ans = 0
for x in GF(11^n):
if x!=0 and x.trace()==0 and x.multiplicative_order()==11^n-1: ans += 1
return ans # Robin Visser, May 10 2024
CROSSREFS
Cf. A192211, A192212, A192213, A192214, A192216 for other primes.
Sequence in context: A211752 A211763 A134607 * A347613 A280022 A223396
KEYWORD
nonn,hard,more
AUTHOR
Pasha Zusmanovich, Jun 25 2011
EXTENSIONS
a(6)-a(7) from A192510 by Jean-François Alcover, Mar 02 2020
a(8)-a(10) from Robin Visser, May 10 2024
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 July 24 05:18 EDT 2024. Contains 374575 sequences. (Running on oeis4.)