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!)
A267488 Smallest b > 1 such that there exists an odd prime p with p < b such that b^(p-1) == 1 (mod p^n). 0
4, 7, 18, 80, 242, 728, 2186, 6560, 19682, 59048, 177146, 531440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: For n > 3, a(n) = A024023(n) = A103453(n).
LINKS
PROG
(PARI) a(n) = my(b=2); while(1, forprime(p=3, b-1, if(Mod(b, p^n)^(p-1)==1, return(b))); b++)
CROSSREFS
Sequence in context: A234269 A135582 A100828 * A230601 A132207 A097537
KEYWORD
nonn,more
AUTHOR
Felix Fröhlich, Jan 15 2016
EXTENSIONS
a(11) from Michael S. Branicky, May 19 2022
a(12) from Michael S. Branicky, May 21 2022
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 May 6 17:20 EDT 2024. Contains 372297 sequences. (Running on oeis4.)