[go: up one dir, main page]

login
Revision History for A128155 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
a(n) = least k such that the remainder when 15^k is divided by k is n.
(history; published version)
#6 by Charles R Greathouse IV at Wed Oct 02 15:12:55 EDT 2013
EXTENSIONS

More terms from _Ryan Propper (rpropper(AT)stanford.edu), _, Feb 28 2007

Discussion
Wed Oct 02
15:12
OEIS Server: https://oeis.org/edit/global/1961
#5 by Russ Cox at Sat Mar 31 13:20:35 EDT 2012
AUTHOR

_Alexander Adamchuk (alex(AT)kolmogorov.com), _, Feb 16 2007

Discussion
Sat Mar 31
13:20
OEIS Server: https://oeis.org/edit/global/879
#4 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

Robert G. Wilson v, <a href="/A128155/a128155.txt">Table of n, a(n) for n = 1..10000 with -1 for large entries where a(n) has not yet been found</a>

KEYWORD

hard,nonn,new

#3 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
LINKS

Robert G. Wilson v, <a href="a128155.txt">Table of n, a(n) for n = 1..10000 with -1 for large entries where a(n) has not yet been found</a>

MATHEMATICA

t = Table[0, {10000} ]; k = 1; While[ k < 3000000000, a = PowerMod[15, k, k]; If[a < 10001 && t[[a]] == 0, t[[a]] = k; Print[{a, k}]]; k++ ]; t

KEYWORD

hard,nonn,new

#2 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
KEYWORD

hard,more,nonn,new

#1 by N. J. A. Sloane at Fri May 11 03:00:00 EDT 2007
NAME

a(n) = least k such that the remainder when 15^k is divided by k is n.

DATA

2, 13, 6, 11, 10, 533, 218, 119, 12, 145, 214, 57, 106, 17149, 17, 3736136819, 26, 117, 206, 143, 34, 427, 202, 871, 40, 25397, 54, 6877, 52, 115, 194, 6839309, 48, 4857103, 38, 63, 94, 94043, 62, 95, 46, 303, 182, 121214771, 55, 1137417899, 178, 3327, 116

OFFSET

1,1

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 16 2007

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Feb 28 2007

STATUS

approved