This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A056211 #19 Jun 29 2021 05:54:48 %S A056211 79,547,643,751,907,997,1201,1213,1237,1249,1483,1489,1627,1723,1747, %T A056211 1831,1879,1987,2053,2551,2683,3049,3253,3319,3613,3919,4159,4507, %U A056211 4519,4801,4813,4831,4969,5119,5443,5557,5791,6079,6151,6271,6373,6427,6529 %N A056211 Primes p whose period of reciprocal equals (p-1)/6. %C A056211 Cyclic numbers of the sixth degree (or sixth order): the reciprocals of these numbers belong to one of six different cycles. Each cycle has the (number minus 1)/6 digits. %H A056211 Amiram Eldar, <a href="/A056211/b056211.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from T. D. Noe) %H A056211 <a href="/index/1#1overn">Index entries for sequences related to decimal expansion of 1/n</a> %t A056211 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, 850]], f[ # ] == 6 &] %Y A056211 Cf. A001913, A097443, A055628, A056157, A056210, A056212, A056213, A056214, A056215, A056216, A056217, A098680. %K A056211 nonn,base %O A056211 1,1 %A A056211 _Robert G. Wilson v_, Aug 02 2000 %E A056211 Edited by _N. J. A. Sloane_, Apr 30 2007