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!)
A337831 Odd integers k such that 7^((k-1)/2) + 1 == 0 (mod k*(k-1)/2). 0
5, 101, 62501, 1020101, 3512501, 12650501, 22598021, 31562501, 365328101, 789062501, 11412000101, 64014060101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Computed terms are prime.
LINKS
MATHEMATICA
Select[Range[3, 10^7, 2], PowerMod[7, (# - 1)/2, (t = #*(# - 1)/2)] == t - 1 &] (* Amiram Eldar, Sep 24 2020 *)
CROSSREFS
Cf. A337818.
Sequence in context: A009765 A113073 A349045 * A337828 A275749 A057207
KEYWORD
nonn,more
AUTHOR
Benoit Cloitre, Sep 24 2020
EXTENSIONS
a(9)-a(12) from Amiram Eldar, Sep 25 2020
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 August 16 04:49 EDT 2024. Contains 375173 sequences. (Running on oeis4.)