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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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

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 18 00:14 EST 2012. Contains 206085 sequences.