Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125646
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125646 Smallest odd prime base q such that p^5 divides q^(p-1) - 1, where p = Prime[n]. +0
12
97, 487, 14557, 32261, 275393, 220861, 15541, 2342959, 1051847, 24639193, 40373093, 70697317, 31851901, 47289133, 456330179, 10000453, 154075723, 130702609, 304154189, 143584109, 183298237, 79451167, 1058782027, 352845203, 567620413, 4592184511, 5890772963, 9651540247, 4081988041, 4772484029 (list; graph; listen)
OFFSET

1,1

LINKS

W. Keller and J. Richstein Fermat quotients that are divisible by p.

MATHEMATICA

Do[p = Prime[n]; q = 2; While[PowerMod[q, p-1, p^5] != 1, q = NextPrime[q]]; Print[q], {n, 100}] - Ryan Propper (rpropper(AT)stanford.edu), Mar 31 2007

PROGRAM

(PARI) { a(n) = local(p, x, y); if(n==1, return(97)); p=prime(n); x=znprimroot(p^5)^(p^4); vecsort( vector(p-1, i, y=lift(x^i); while(!isprime(y), y+=p^5); y ) )[1] } - Max Alekseyev (maxal(AT)cs.ucsd.edu), May 30 2007

CROSSREFS

Cf. A125609, A125610, A125611, A125612, A125632, A125633, A125634, A125635, A125636, A125637, A125645, A125647, A125648, A125649.

Sequence in context: A050666 A107213 A142834 this_sequence A142574 A142765 A130873

Adjacent sequences: A125643 A125644 A125645 this_sequence A125647 A125648 A125649

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Nov 29 2006

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Mar 31 2007

More terms from Max Alekseyev (maxal(AT)cs.ucsd.edu), May 30 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research