The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128399 Numbers k such that k^2 divides 19^k-1. 18
1, 2, 3, 4, 6, 9, 10, 12, 18, 20, 30, 36, 42, 60, 84, 90, 110, 126, 156, 180, 210, 220, 252, 294, 330, 381, 420, 468, 588, 630, 660, 724, 762, 780, 882, 930, 990, 1092, 1143, 1260, 1332, 1470, 1510, 1524, 1764, 1806, 1830, 1860, 1980, 2028, 2058, 2172, 2286, 2310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Join[{1}, Select[Range[3000], PowerMod[19, #, #^2]==1&]] (* Harvey P. Dale, Oct 24 2017 *)
PROG
(PARI) for(k=1, 1e4, if(Mod(19, k^2)^k==1, print1(k", "))) \\ Seiichi Manyama, Mar 25 2020
CROSSREFS
Columns k=19 of A333500.
Sequence in context: A260194 A014851 A177919 * A051404 A046097 A239580
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Mar 01 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 May 20 10:58 EDT 2024. Contains 372712 sequences. (Running on oeis4.)