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!)
A128405 Numbers k such that k^2 divides 12^k - 1. 16
1, 11, 253, 11891, 768361, 36112967, 61488361, 154261943, 2936791979, 61057324141, 67546215517, 107342336783, 186740152357, 347036920549, 429306186947, 468493520891, 635974117823, 797688507253, 3174672129299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
11 divides all except the first term.
All terms are congruent to +-1 (mod 12). - Robert G. Wilson v, Dec 19 2014
LINKS
MATHEMATICA
fQ[n_] := Mod[ PowerMod[12, n, n^2] - 1, n^2] == 0; k = 1; lst = {}; While[k < 100000001, If[ fQ@ k, AppendTo[lst, k]; Print@ k]; k += 10; If[ fQ@ k, AppendTo[lst, k]; Print@ k]; k += 2]; lst (* Robert G. Wilson v, Dec 19 2014 *)
CROSSREFS
Sequence in context: A128683 A292335 A177912 * A052782 A186249 A186250
KEYWORD
nonn,less
AUTHOR
Alexander Adamchuk, Mar 01 2007
EXTENSIONS
a(6)-a(8) from Farideh Firoozbakht, Mar 05 2007
Terms a(9) onward from Max Alekseyev, May 06 2010
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 June 2 21:38 EDT 2024. Contains 373051 sequences. (Running on oeis4.)