[go: up one dir, main page]

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

Showing all changes.
(p-1)/x, where p = prime(n) and x = ord(5,p), the smallest positive integer such that 5^x == 1 mod p.
(history; published version)
#3 by T. D. Noe at Wed Apr 11 20:02:47 EDT 2012
STATUS

editing

approved

#2 by T. D. Noe at Wed Apr 11 20:02:37 EDT 2012
NAME

allocated for T. D. Noe

(p-1)/x, where p = prime(n) and x = ord(5,p), the smallest positive integer such that 5^x == 1 mod p.

DATA

1, 1, 0, 1, 2, 3, 1, 2, 1, 2, 10, 1, 2, 1, 1, 1, 2, 2, 3, 14, 1, 2, 1, 2, 1, 4, 1, 1, 4, 1, 3, 2, 1, 2, 4, 2, 1, 3, 1, 1, 2, 12, 10, 1, 1, 6, 6, 1, 1, 2, 1, 2, 6, 10, 1, 1, 4, 10, 1, 2, 1, 1, 1, 2, 39, 1, 2, 3, 1, 2, 1, 2, 3, 1, 18, 1, 4, 1, 16, 24, 2, 2, 2, 1

OFFSET

1,5

LINKS

T. D. Noe, <a href="/A211450/b211450.txt">Table of n, a(n) for n = 1..1000</a>

MATHEMATICA

nn = 5; Table[If[Mod[nn, p] == 0, 0, (p-1)/MultiplicativeOrder[nn, p]], {p, Prime[Range[100]]}]

KEYWORD

allocated

nonn

AUTHOR

T. D. Noe, Apr 11 2012

STATUS

approved

editing

#1 by T. D. Noe at Wed Apr 11 17:24:28 EDT 2012
NAME

allocated for T. D. Noe

KEYWORD

allocated

STATUS

approved