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!)
A071804 Number of pairs (x,y) such that tau(x^y) = x+y, 1<=x<=n, 1<=y<=n. 0

%I #5 Mar 30 2012 18:39:02

%S 0,0,0,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,

%T 6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,

%U 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9

%N Number of pairs (x,y) such that tau(x^y) = x+y, 1<=x<=n, 1<=y<=n.

%o (PARI) for(n=1,130,print1(sum(i=1,n,sum(j=1,n,if(numdiv(i^j)-i-j,0,1))),","))

%Y Cf. A000005.

%K nonn

%O 1,9

%A _Benoit Cloitre_, Jun 06 2002

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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)