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!)
A056216 Primes p whose period of reciprocal equals (p-1)/11. 12
353, 3499, 10429, 13619, 15269, 20219, 20593, 23057, 23189, 24091, 25741, 30713, 35509, 38567, 45233, 49171, 57179, 57223, 60149, 63691, 63977, 67783, 77023, 85229, 88463, 90619, 91367, 93941, 96779, 108967, 109913, 110221, 112069 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Cyclic numbers of the eleventh degree (or eleventh order): the reciprocals of these numbers belong to one of eleven different cycles. Each cycle has the (number minus 1)/11 digits.
LINKS
MATHEMATICA
f[n_Integer] := Block[{ds = Divisors[n - 1]}, (n - 1)/Take[ ds, Position[ PowerMod[ 10, ds, n], 1] [[1, 1]]] [[ -1]]]; Select[ Prime[ Range[4, 11000]], f[ # ] == 11 &]
CROSSREFS
Sequence in context: A122718 A300364 A098678 * A101219 A212238 A134820
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Aug 02 2000
EXTENSIONS
Edited by N. J. A. Sloane, Apr 30 2007
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)