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!)
A337847 Odd integers k such that 3^((k-1)/2) == 1 (mod k*(k-2)). 0
457, 1297, 6481, 14401, 26497, 44101, 47521, 47881, 165601, 225457, 446881, 560737, 576721, 677041, 1037857, 1049941, 1649341, 1903981, 1934137, 2291041, 3990601, 4110121, 4262161, 4663297, 4736341, 5293081, 5317057, 5372929, 6410497, 6535681, 6651361, 8122501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Computed terms are prime. Is this a possible primality test or are there pseudo primes? Terms are of the form 12k+1.
LINKS
MATHEMATICA
Select[Range[3, 10^6, 2], PowerMod[3, (# - 1)/2, #*(# - 2)] == 1 &] (* Amiram Eldar, Sep 26 2020 *)
PROG
(PARI) is(n) = n%2 && n>=3 && Mod(3, n*(n-2))^((n-1)/2) == 1
CROSSREFS
Sequence in context: A215895 A142828 A020364 * A093058 A201257 A252400
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 26 2020
EXTENSIONS
More terms from Amiram Eldar, Sep 26 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 09:35 EDT 2024. Contains 371967 sequences. (Running on oeis4.)