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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071690 Number of ways to write n as n = x*y*z*t/(x+y+z+t) 1<=x<=y<=z<=t<=n. 0
1, 0, 1, 1, 2, 1, 3, 2, 6, 1, 8, 1, 7, 6, 9, 1, 15, 1, 10, 5, 8, 2, 21, 5, 10, 6, 15, 2, 28, 1, 16, 8, 11, 11, 27, 2, 9, 6, 30, 1, 35, 3, 18, 17, 9, 3, 43, 8, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,5

LINKS

Table of n, a(n) for n=1..49.

PROG

(PARI) for(n=1, 50, print1(sum(a=1, n, sum(b=1, a, sum(c=1, b, sum(d=1, c, if(a*b*c*d/(a+b+c+d)-n, 0, 1))))), ", "))

CROSSREFS

Sequence in context: A014000 A075257 A073711 * A114653 A069481 A098911

Adjacent sequences:  A071687 A071688 A071689 * A071691 A071692 A071693

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre, Jun 23 2002

STATUS

approved

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 May 21 21:11 EDT 2013. Contains 225504 sequences.