login
A060251
a(n) = periodic part of decimal expansion of n/n-th prime (leading 0's moved to end).
5
0, 6, 0, 571428, 45, 461538, 4117647058823529, 421052631578947368, 3913043478260869565217, 3448275862068965517241379310, 354838709677419, 324, 31707, 325581395348837209302, 3191489361702127659574468085106382978723404255
OFFSET
1,2
EXAMPLE
a(4) = 4/7=.571428571428... so a(4)= 571428.
PROG
(Lisp, MacGambit): (quotient (* n (expt 10 75)) pn)
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Jason Earls, Mar 21 2001
EXTENSIONS
More terms from Klaus Brockhaus, Mar 31 2001
Description clarified by Ray Chandler, Jun 27 2017
STATUS
approved