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!)
A071806 Number of pairs (x,y) such that prime(x) + prime(y) = y*tau(x) + x*tau(y), 1<=x<=y<=n. 0
0, 0, 0, 0, 2, 2, 2, 2, 2, 3, 3, 4, 4, 4, 4, 4, 5, 6, 7, 7, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 11, 12, 12, 12, 15, 18, 18, 19, 19, 20, 20, 20, 20, 20, 20, 20, 21, 21, 22, 22, 23, 23, 23, 23, 23, 23, 24, 24, 24, 25, 26, 26, 26, 26, 28, 28, 29, 29, 29, 29, 29, 30, 31, 31, 31, 31, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
PROG
(PARI) for(n=1, 130, print1(sum(i=1, n, sum(j=1, i, if(prime(i)+prime(j)-j*numdiv(i)-i*numdiv(j), 0, 1))), ", "))
CROSSREFS
Cf. A000005.
Sequence in context: A304884 A286707 A025788 * A025781 A218379 A242763
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 06 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 August 19 07:15 EDT 2024. Contains 375284 sequences. (Running on oeis4.)