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!)
A084548 Numbers k that have primitive roots less than k that are nonnegative perfect fifth powers. 3
2, 37, 53, 59, 67, 81, 83, 107, 139, 149, 163, 169, 173, 179, 197, 227, 243, 254, 257, 269, 274, 278, 283, 289, 293, 298, 317, 326, 343, 346, 347, 349, 353, 361, 373, 379, 389, 394, 398, 419, 443, 446, 449, 463, 466, 467, 487, 509, 514, 523, 538, 547, 557, 563 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
37 is in the sequence because 32 is a primitive root of 37 and 32 = 2^5.
MATHEMATICA
q[n_] := Intersection[PrimitiveRootList[n], Range[Floor @ Surd[n, 5]]^5] != {}; Select[Range[600], q] (* Amiram Eldar, Oct 07 2021 *)
CROSSREFS
Sequence in context: A107180 A162577 A199980 * A063999 A062606 A282639
KEYWORD
nonn
AUTHOR
Hauke Worpel (hw1(AT)email.com), May 30 2003
EXTENSIONS
Data corrected and extended by Amiram Eldar, Oct 07 2021
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 14 17:41 EDT 2024. Contains 374322 sequences. (Running on oeis4.)