|
| |
|
|
A060282
|
|
Periodic part of decimal expansion of reciprocal of n-th prime (leading 0's omitted).
|
|
3
| |
|
|
0, 3, 0, 142857, 9, 76923, 588235294117647, 52631578947368421, 434782608695652173913, 344827586206896551724137931, 32258064516129, 27, 2439, 23255813953488372093, 212765957446808510638297872340425531914893617
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=1..100
|
|
|
EXAMPLE
| 1/11 = .09090909..., so a(5) = 9.
|
|
|
PROG
| (PARI) ? a(n)=if(n<4, n==2, znorder(Mod(10, prime(n)))) ? for(n=1, 100, print1(floor(10^a(n)/prime(n)), ", "))
|
|
|
CROSSREFS
| Cf. A036275, A060283, A060251, A036275.
Cf. A002371.
Sequence in context: A013243 A013244 A076951 * A060283 A140334 A078529
Adjacent sequences: A060279 A060280 A060281 * A060283 A060284 A060285
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Mar 30 2001
|
|
|
EXTENSIONS
| More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 30 2001
|
| |
|
|