login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A206035 a(n) = floor(10*(A064413(n) - n)/n). 0
0, 0, 3, 5, -4, 5, 7, 0, 1, -5, 3, 5, 0, -5, 4, 5, -1, 1, 1, -5, 5, 2, 3, 0, 4, 0, -1, -6, 3, 2, 0, 0, -5, 5, 2, 0, -5, 5, 1, 0, 0, 0, -5, 5, 0, 0, 1, 1, 1, -1, 2, 1, 0, 2, 2, 0, -5, 5, 1, 0, -5, 5, 1, 0, 0, 1, -5, 6, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a = Nest[Block[{lst = Last[#]}, Join[#, Cases[Complement[Range[lst^2], #], n_ /; GCD[lst, n] > 1, 1, 1]]] &, {1, 2}, 123]; (* Peter Pein's EKG code *)
b = Table[Floor[10*(a[[n]] - n)/n], {n, 1, Length[a]}]
CROSSREFS
Cf. A064413.
Sequence in context: A272647 A076308 A049528 * A200100 A057759 A205601
KEYWORD
sign,less
AUTHOR
Roger L. Bagula, Mar 12 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)