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!)
A242959 Numbers n such that 5^A000010(n) == 1 (mod n^2). 11
2, 20771, 40487, 41542, 80974, 83084, 161948, 643901, 1255097, 1287802, 1391657, 1931703, 2510194, 2575604, 2783314, 3765291, 3863406, 4174971, 5020388, 5151208, 5566628, 7530582, 7726812, 8349942, 10040776, 11133256, 15061164, 15308227, 15453624, 16699884 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..479 (terms < 10^15, first 75 terms from Felix Fröhlich)
MATHEMATICA
Select[Range[167*10^5], PowerMod[5, EulerPhi[#], #^2]==1&] (* Harvey P. Dale, Jun 02 2020 *)
PROG
(PARI) for(n=2, 10^9, if(Mod(5, n^2)^(eulerphi(n))==1, print1(n, ", ")))
CROSSREFS
If a(n) is prime, then a(n) is in A123692.
Sequence in context: A214598 A346988 A339476 * A123692 A290741 A261362
KEYWORD
nonn
AUTHOR
Felix Fröhlich, May 27 2014
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 March 19 07:14 EDT 2024. Contains 370954 sequences. (Running on oeis4.)