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!)
A129495 Composite numbers k such that 5^k (mod k) is a power of 5 greater than 1. 6
10, 15, 20, 26, 30, 34, 38, 40, 46, 50, 56, 58, 60, 62, 65, 74, 78, 82, 86, 94, 100, 106, 118, 120, 122, 124, 129, 130, 132, 134, 140, 141, 142, 143, 146, 150, 155, 158, 159, 166, 177, 178, 182, 183, 190, 194, 195, 200, 201, 202, 206, 213, 214, 217, 218, 219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
26 is a member of the sequence since 5^26 (mod 26) == 25.
MATHEMATICA
Select[Range@ 225, (p = PowerMod[5, #, #]) > 1 && IntegerQ@ Log[5, p] && CompositeQ[#] &] (* corrected by Amiram Eldar, Jul 24 2021 *)
CROSSREFS
Sequence in context: A284804 A006623 A035166 * A101258 A344330 A091418
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Apr 17 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 July 22 11:48 EDT 2024. Contains 374499 sequences. (Running on oeis4.)