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!)
A128396 Numbers k such that k^2 divides 16^k-1. 17
1, 3, 5, 15, 21, 39, 55, 105, 155, 165, 195, 205, 273, 465, 609, 615, 903, 915, 1155, 1265, 1365, 1705, 2067, 2145, 2255, 2265, 2373, 2667, 3045, 3081, 3255, 3795, 4305, 4515, 4895, 4965, 5115, 6045, 6123, 6355, 6405, 6765, 7077, 7455, 7917, 7995, 10065 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[11000], Divisible[16^#-1, #^2]&] (* Harvey P. Dale, Dec 14 2010 *)
Join[{1}, Select[Range[11000], PowerMod[16, #, #^2]==1&]] (* Harvey P. Dale, Mar 16 2022 *)
CROSSREFS
Sequence in context: A201433 A101129 A177916 * A155173 A202505 A210111
KEYWORD
nonn,less
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 August 16 18:55 EDT 2024. Contains 375177 sequences. (Running on oeis4.)