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!)
A014957 Positive integers k that divide 16^k - 1. 8
1, 3, 5, 9, 15, 21, 25, 27, 39, 45, 55, 63, 75, 81, 105, 117, 125, 135, 147, 155, 165, 171, 189, 195, 205, 225, 243, 273, 275, 315, 333, 351, 375, 405, 441, 465, 495, 507, 513, 525, 567, 585, 605, 609, 615, 625, 657, 675, 729, 735, 775, 819, 825, 855, 903 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, positive integers k that divide A014931(k).
LINKS
PROG
(Python)
A014957_list = [n for n in range(1, 10**6) if n == 1 or pow(16, n, n) == 1] # Chai Wah Wu, Mar 25 2021
CROSSREFS
Sequence in context: A107994 A086748 A364561 * A014876 A045602 A029470
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by Max Alekseyev, Sep 10 2011
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 18 18:20 EDT 2024. Contains 371781 sequences. (Running on oeis4.)