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!)
A027741 Number of primitive polynomials of degree n over GF(5). 13
1, 2, 4, 20, 48, 280, 720, 5580, 14976, 99360, 291200, 2219460, 5184000, 46950120, 139991040, 876960000, 2752708608, 22384531584, 55435726080, 499226178000, 1280348160000, 10957459615200, 34031246515200, 259121741860800, 630789120000000, 5255180000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
with(numtheory): phi(5^n-1)/n;
PROG
(PARI) a(n) = if(n==0, 1, eulerphi(5^n-1)/n) \\ Andrew Howroyd, Feb 01 2024
CROSSREFS
Column k=5 of A369291.
Sequence in context: A332626 A052004 A353342 * A137697 A192380 A009336
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(23) onwards from Andrew Howroyd, Feb 01 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 April 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)