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!)
A343115 Numbers k such that k^2 divides 5^k - 3^k - 2^k. 1
1, 2, 3, 4, 5, 6, 8, 12, 15, 19, 24, 95, 361, 876 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Are there only finitely many such numbers?
Primes in the sequence are A130076.
Next term, if it exists, exceeds 5*10^8. - Jon E. Schoenfield, May 07 2021
LINKS
MAPLE
q:= k-> is(0=5&^k-3&^k-2&^k mod k^2):
select(q, [$1..1000])[]; # Alois P. Heinz, May 07 2021
MATHEMATICA
Select[Range[1000], Mod[PowerMod[2, #, #^2] + PowerMod[3, #, #^2], #^2] == PowerMod[5, #, #^2] &] (* Amiram Eldar, Apr 05 2021 *)
CROSSREFS
Sequence in context: A173288 A134677 A104419 * A092232 A060322 A143285
KEYWORD
nonn,more
AUTHOR
Thomas Ordowski, Apr 05 2021
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)