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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066955 Number of unordered solutions of xy+yz+zx=n, x,y,z>0. 1
0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 2, 1, 1, 1, 2, 1, 2, 0, 2, 2, 2, 0, 3, 2, 1, 2, 3, 1, 3, 0, 3, 3, 2, 1, 4, 2, 1, 2, 4, 2, 4, 0, 2, 4, 3, 1, 5, 3, 2, 2, 4, 2, 3, 2, 4, 5, 2, 0, 6, 2, 3, 3, 5, 3, 4, 2, 2, 5, 4, 0, 7, 3, 2, 4, 5, 4, 4, 0, 5, 6, 4, 1, 6, 4, 2, 4, 6, 2, 6, 2, 4, 5, 2, 3, 8, 6, 2, 3, 6, 2, 7, 0, 5, 8, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,11

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

PROG

(PARI) a(n)=sum(i=1, n, sum(j=1, i, sum(k=1, j, if(i*j+j*k+k*i-n, 0, 1))))

CROSSREFS

Sequence in context: A055652 A154844 A133831 * A089048 A184348 A192393

Adjacent sequences:  A066952 A066953 A066954 * A066956 A066957 A066958

KEYWORD

nonn,easy

AUTHOR

Colin Mallows (colinm(AT)research.avayalabs.com) Jan 26 2002

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 02 2003

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 15 19:15 EST 2012. Contains 205852 sequences.