login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060259 Denoting 4 consecutive primes by p, q, r and s, these are the values of q such that q and r have 10 as a primitive root, but p and s do not. 3
59, 109, 179, 229, 571, 701, 937, 1019, 1171, 1429, 1619, 1777, 1811, 1847, 2063, 2269, 2297, 2339, 2383, 2447, 2731, 2819, 2927, 3257, 3299, 3331, 3461, 3571, 3593, 3617, 3701, 3833, 3967, 4139, 4259, 4421, 4567, 4691, 4937, 5087, 5153, 5179, 5417 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

A prime p has 10 as a primitive root iff the length of the period of the decimal expansion of 1/p is p-1.

MATHEMATICA

test[p_] := MultiplicativeOrder[10, p]===p-1; Prime/@Select[Range[2, 800], test[Prime[ # ]]&&test[Prime[ #+1]]&&!test[Prime[ #-1]]&&!test[Prime[ #+2]]&]

CROSSREFS

Cf. A001913, A002371, A060260, A060261, A060262.

Sequence in context: A142298 A180947 A201613 * A141934 A044246 A044627

Adjacent sequences:  A060256 A060257 A060258 * A060260 A060261 A060262

KEYWORD

nonn

AUTHOR

Jeff Burch (gburch(AT)erols.com), Mar 23 2001

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jun 17 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:18 EST 2012. Contains 205614 sequences.