Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128830
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128830 a(n) = the number of positive divisors of n which are coprime to d(n), where d(n) = the number of positive divisors of n. +0
2
1, 1, 2, 3, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 4, 5, 2, 1, 2, 2, 4, 2, 2, 2, 3, 2, 4, 2, 2, 4, 2, 1, 4, 2, 4, 3, 2, 2, 4, 2, 2, 4, 2, 2, 2, 2, 2, 2, 3, 3, 4, 2, 2, 4, 4, 2, 4, 2, 2, 2, 2, 2, 2, 7, 4, 4, 2, 2, 4, 4, 2, 1, 2, 2, 3, 2, 4, 4, 2, 1, 5, 2, 2, 2, 4, 2, 4, 2, 2, 2, 4, 2, 4, 2, 4, 1, 2, 3, 2, 9, 2, 4, 2, 2, 8 (list; graph; listen)
OFFSET

1,3

EXAMPLE

The 6 positive divisors of 20 are 1,2,4,5,10,20. Of these, only 1 and 5 are coprime to d(20) = 6. So a(20) = 2.

MAPLE

with(numtheory): a:=proc(n) local div, ct, i: div:=divisors(n): ct:=0: for i from 1 to tau(n) do if igcd(div[i], tau(n))=1 then ct:=ct+1 else ct:=ct: fi od: ct; end: seq(a(n), n=1..140); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 14 2007

CROSSREFS

Sequence in context: A114729 A049342 A112966 this_sequence A090387 A030329 A120881

Adjacent sequences: A128827 A128828 A128829 this_sequence A128831 A128832 A128833

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Apr 13 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 14 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research