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!)
A127105 Numbers n such that n^2 divides 5^n-1. 28
1, 2, 4, 6, 12, 42, 52, 84, 156, 186, 372, 1092, 1218, 1302, 1806, 2436, 2604, 2756, 3612, 4836, 5334, 7212, 8268, 10668, 12324, 15918, 18858, 24492, 31668, 31836, 33852, 37716, 37758, 46956, 50484, 52374, 55986, 57876, 71862, 75516, 86268 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Subset of A067946 (numbers n such that n divides 5^n-1).
LINKS
Taro Morishima, Über die Fermatsche Vermutung, Proc. Imp. Acad., Volume 4, Number 10 (1928), 590-592.
MAPLE
select(t -> (5 &^t - 1) mod (t^2) = 0, [$1..10^5]); # Robert Israel, Jul 15 2018
MATHEMATICA
Select[Range[30000], IntegerQ[(PowerMod[5, #, #^2 ]-1)/#^2 ]&]
PROG
(PARI) isok(n) = Mod(5, n^2)^n == 1; \\ Michel Marcus, Apr 23 2017
CROSSREFS
Cf. A067946 (numbers n such that n divides 5^n-1).
Sequence in context: A081457 A261206 A361295 * A196444 A307617 A325278
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jan 05 2007
EXTENSIONS
More terms from Ryan Propper and Alexander Adamchuk, Jan 05 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 April 20 11:35 EDT 2024. Contains 371838 sequences. (Running on oeis4.)