|
| |
|
|
A061075
|
|
Greatest prime number p(n) with decimal fraction period of length n.
|
|
5
| |
|
|
3, 11, 37, 101, 271, 13, 4649, 137, 333667, 9091, 513239, 9901, 265371653, 909091, 2906161, 5882353, 5363222357, 52579, 1111111111111111111, 27961, 10838689, 8779, 11111111111111111111111, 99990001, 182521213001, 1058313049
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Index entries for sequences related to decimal expansion of 1/n
|
|
|
EXAMPLE
| 1/271 = 0.0036900369, period of n=5 for p(5)=271
|
|
|
PROG
| (PARI) a(n)=local(p); if(n<1, 0, p=factor(subst(polcyclo(n), x, 10))~[1, ]; p[length(p)])
|
|
|
CROSSREFS
| Cf. A007138, A003020, A005422.
Sequence in context: A095088 A007138 A046107 * A005422 A040017 A007615
Adjacent sequences: A061072 A061073 A061074 * A061076 A061077 A061078
|
|
|
KEYWORD
| nonn,nice
|
|
|
AUTHOR
| Heiner Muller-Merbach (hmm(AT)sozwi.uni-kl.de), May 29 2001
|
| |
|
|