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!)
A333506 Numbers k that divide 19^k-1. 2
1, 2, 3, 4, 6, 8, 9, 10, 12, 16, 18, 20, 24, 27, 30, 32, 36, 40, 42, 48, 50, 54, 60, 64, 72, 80, 81, 84, 90, 96, 100, 108, 110, 120, 126, 128, 136, 144, 150, 156, 160, 162, 168, 180, 192, 200, 210, 216, 220, 240, 243, 250, 252, 256, 270, 272, 288, 294, 300, 312, 320, 324, 330, 336 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Join[{1}, Select[Range[2, 336], PowerMod[19, #, #] == 1 &]] (* Amiram Eldar, May 05 2021 *)
PROG
(PARI) for(k=1, 1e3, if(Mod(19, k)^k==1, print1(k", ")))
CROSSREFS
Columns k=19 of A333432.
Sequence in context: A067023 A227762 A344296 * A303492 A188591 A002183
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 25 2020
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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)