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!)
A125611 a(n) is the smallest prime p such that 7^n divides p^6 - 1. 23
2, 19, 19, 3449, 32261, 152617, 3294173, 3376853, 135967277, 135967277, 7909306973, 92233439147, 115385868869, 1356446145697, 56020344873707, 56020344873707, 930522055948829, 9116268492336169, 10744682090246617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the smallest 6th root of unity (mod 7^n) that is prime. - Robert Israel, Jan 14 2024
LINKS
Wilfrid Keller and Jörg Richstein, Fermat quotients that are divisible by p, 2014. [Wayback Machine link]
MAPLE
f:= proc(n) local R, r, i;
R:= sort(map(rhs@op, [msolve(x^6=1, 7^n)]));
for i from 0 do
for r in R do
if isprime(7^n * i + r) then return 7^n * i + r fi
od od;
end proc:
map(f, [$1..30]); # Robert Israel, Jan 14 2024
PROG
(PARI) \\ See A125609
CROSSREFS
Sequence in context: A038031 A229264 A132129 * A340922 A370460 A022119
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Nov 28 2006
EXTENSIONS
More terms from Ryan Propper, Jan 03 2007
More terms from Martin Fuller, Jan 11 2007
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 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)