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!)
A218766 Composite numbers with both 10 and -10 as primitive root. 1
289, 841, 3721, 4913, 9409, 11881, 12769, 22201, 24389, 32761, 37249, 52441, 54289, 66049, 72361, 83521, 97969, 113569, 151321, 187489, 212521, 226981, 259081, 292681, 332929, 351649, 491401, 502681, 674041, 707281, 734449, 877969, 885481, 908209, 912673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The powers of primes from A007349.
Intersection of A002808, A167797 and A167806.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Primitive Root
EXAMPLE
12769 = 113^2 belongs to this sequence because 113 is in A007349.
MATHEMATICA
lst = {}; r = 912673; Do[If[PrimeQ[i] && MultiplicativeOrder[10, i] == MultiplicativeOrder[-10, i] == i - 1, n = 2; While[(p = i^n) <= r, AppendTo[lst, p]; n++]], {i, Floor@Sqrt[r]}]; Sort[lst]
CROSSREFS
Cf. A007349.
Sequence in context: A156572 A157990 A261111 * A188186 A112077 A152934
KEYWORD
nonn
AUTHOR
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)