login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A128365
a(n) = least k such that the remainder when 25^k is divided by k is n.
17
2, 23, 11, 7, 10, 19, 57, 17, 14, 15, 614, 13, 34
OFFSET
1,1
COMMENTS
a(14) > 10^15. - Max Alekseyev, Apr 14 2012
LINKS
MATHEMATICA
t = Table[0, {10000} ]; k = 1; While[ k < 4000000000, a = PowerMod[25, k, k]; If[a < 10001 && t[[a]] == 0, t[[a]] = k; Print[{a, k}]]; k++ ]; t (* Robert G. Wilson v, Aug 04 2009 *)
KEYWORD
hard,more,nonn
AUTHOR
Alexander Adamchuk, Feb 27 2007
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy