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!)
A219030 Powers of odd primes (exponent > 1) for which 2 is not a primitive root. 2
49, 289, 343, 529, 961, 1681, 1849, 2209, 2401, 4913, 5041, 5329, 6241, 7921, 9409, 10609, 11881, 12167, 12769, 16129, 16807, 18769, 22801, 24649, 27889, 29791, 36481, 37249, 39601, 49729, 52441, 54289, 57121, 58081, 63001, 66049, 68921, 69169, 73441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=3, 100000, if(n%2==1&&isprime(n)==0&&znorder(Mod(2, n))!=eulerphi(n)&&matsize(factor(n))[1]==1, print1(n", ")))
(PARI) list(lim)=my(v=List(), L=log(lim+.5)); forprime(p=3, sqrtint(lim\1), for(e=2, L\log(p), if(znorder(Mod(2, p^e))<p^(e-1)*(p-1), listput(v, p^e)))); vecsort(Vec(v)) \\ Charles R Greathouse IV, Nov 12 2012
CROSSREFS
Sequence in context: A017246 A020274 A158248 * A167719 A239211 A198437
KEYWORD
nonn
AUTHOR
V. Raman, Nov 10 2012
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)