login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078593 Number of pairs (x,y) 1<=x<=y<=n such that 1/x+1/y+1/n < 1/2. 0
0, 0, 0, 0, 0, 0, 4, 9, 16, 24, 33, 42, 55, 68, 81, 96, 111, 127, 145, 163, 183, 203, 224, 246, 270, 294, 319, 345, 372, 400, 429, 459, 490, 522, 555, 589, 624, 660, 697, 735, 774, 814, 856, 898, 941, 985, 1030, 1076, 1123, 1171, 1220, 1270, 1321, 1373, 1426 (list; graph; refs; listen; history; internal format)
OFFSET

1,7

FORMULA

for n>=43 a(n) = (1/2)*(n^2 - 3*n - 8 )

PROG

(PARI) a(n)=sum(i=1, n, sum(j=1, i, if(sign(1/i+1/j+1/n-1/2)+1, 0, 1)))

CROSSREFS

Sequence in context: A122986 A066427 A161697 * A168350 A052117 A033611

Adjacent sequences:  A078590 A078591 A078592 * A078594 A078595 A078596

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Dec 08 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:12 EST 2012. Contains 205909 sequences.