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!)
A337828 Odd integers k such that 3^((k-1)/2) + 1 == 0 (mod k*(k-1)/2). 0
5, 101, 62501, 1020101, 31562501, 139476101, 637562501, 789062501, 985502501, 2656262501, 7455062501, 19726562501, 53662562501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Computed terms are prime.
LINKS
MATHEMATICA
Select[Range[3, 3*10^7, 2], PowerMod[3, (# - 1)/2, (t = #*(# - 1)/2)] == t - 1 &] (* Amiram Eldar, Sep 24 2020 *)
CROSSREFS
Cf. A337818.
Sequence in context: A113073 A349045 A337831 * A275749 A057207 A124986
KEYWORD
nonn,more
AUTHOR
Benoit Cloitre, Sep 24 2020
EXTENSIONS
a(7)-a(13) 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)