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!)
A218166 a(n) is the smallest positive integer k such that k^256 + 1 == 0 mod p, where p is the n-th prime of the form 1 + 512*b (see A076339). 0
62, 10, 24, 3, 15, 98, 325, 6, 25, 52, 114, 135, 330, 53, 21, 55, 248, 365, 66, 304, 125, 41, 60, 426, 157, 27, 116, 511, 788, 27, 36, 152, 185, 317, 112, 228, 490, 563, 99, 198, 828, 436, 585, 1107, 834, 1042, 82, 101, 133, 287, 348, 119, 485, 2323, 148, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A076339(n): primes of form 512*n+1.
LINKS
MATHEMATICA
aa = {}; Do[p = Prime[n]; If[Mod[p, 512] == 1, k = 1; While[ ! Mod[k^256 + 1, p] == 0, k++ ]; AppendTo[aa, k]], {n, 20000}]; aa
CROSSREFS
Cf. A076339.
Sequence in context: A110823 A058913 A236301 * A106657 A033382 A143733
KEYWORD
nonn
AUTHOR
Michel Lagneau, Oct 22 2012
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 April 25 09:11 EDT 2024. Contains 371964 sequences. (Running on oeis4.)