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

%I #13 May 21 2022 14:54:01

%S 4,7,18,80,242,728,2186,6560,19682,59048,177146,531440

%N Smallest b > 1 such that there exists an odd prime p with p < b such that b^(p-1) == 1 (mod p^n).

%C Conjecture: For n > 3, a(n) = A024023(n) = A103453(n).

%o (PARI) a(n) = my(b=2); while(1, forprime(p=3, b-1, if(Mod(b, p^n)^(p-1)==1, return(b))); b++)

%K nonn,more

%O 1,1

%A _Felix Fröhlich_, Jan 15 2016

%E a(11) from _Michael S. Branicky_, May 19 2022

%E a(12) from _Michael S. Branicky_, May 21 2022

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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)