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!)
A006559 Short period primes: the decimal expansion of 1/p has period less than p-1, but greater than zero.
(Formerly M2881)
3
3, 11, 13, 31, 37, 41, 43, 53, 67, 71, 73, 79, 83, 89, 101, 103, 107, 127, 137, 139, 151, 157, 163, 173, 191, 197, 199, 211, 227, 239, 241, 251, 271, 277, 281, 283, 293, 307, 311, 317, 331, 347, 349, 353, 359, 373, 397, 401, 409, 421, 431, 439, 443, 449, 457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes 2 and 5 are excluded because 1/2 and 1/5 have no period. Also primes p whose multiplicative order mod p is less than p-1.
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Victor Meally, Letter to N. J. A. Sloane, no date.
MATHEMATICA
Select[Prime[Range[100]], MultiplicativeOrder[10, #] < # - 1 &]
PROG
(PARI) a(n)=gcd(n, 10)==1 && isprime(n) && znorder(Mod(10, n))<n-1 \\ Charles R Greathouse IV, Mar 15 2014
CROSSREFS
Cf. A006883.
Sequence in context: A019374 A033680 A032917 * A023248 A199341 A111488
KEYWORD
nonn,easy,nice,base
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Aug 21 2000
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 May 3 06:31 EDT 2024. Contains 372206 sequences. (Running on oeis4.)