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!)
A071227 Number of solutions 1<=x<=n to gcd(A033950(n),x) = tau(A033950(n)). 0
1, 1, 1, 2, 1, 2, 2, 2, 4, 6, 4, 2, 4, 6, 10, 4, 12, 6, 8, 10, 16, 18, 12, 4, 22, 16, 20, 18, 28, 4, 30, 6, 22, 8, 36, 40, 42, 28, 8, 30, 46, 8, 10, 52, 42, 36, 16, 20, 12, 58, 8, 60, 40, 12, 42, 66, 12, 46, 70, 72, 20, 16, 100, 78, 52, 16, 82, 12, 18, 58, 88, 8, 60, 96, 20, 66, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) for(n=1, 1000, if(sum(i=1, n, if(gcd(n, i)-numdiv(n), 0, 1))>0, print1(sum(i=1, n, if(gcd(n, i)-numdiv(n), 0, 1)), ", ")))
CROSSREFS
Cf. A033950.
Sequence in context: A060169 A117958 A113401 * A285442 A108115 A089254
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 10 2002
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)