The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A320311 Number of ways to write n as the sum of 4 positive integers a, b, c, d such that 1 - a/c = (1 - b/d)^2. 4
0, 0, 0, 1, 0, 2, 0, 3, 0, 5, 0, 6, 1, 6, 0, 8, 2, 9, 2, 10, 0, 15, 1, 14, 1, 15, 3, 15, 2, 17, 4, 19, 3, 21, 1, 21, 4, 26, 3, 25, 4, 24, 4, 27, 6, 29, 5, 31, 5, 30, 4, 36, 4, 37, 6, 34, 6, 41, 8, 36, 8, 43, 4, 42, 5, 44, 10, 44, 9, 45, 9, 45, 10, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
PROG
(PARI) m=74; v=vector(m); for(a=1, m, for(b=1, m, for(c=1, m, for(d=1, m, n=a+b+c+d; if(n<=m, if(1-a/c==(1-b/d)^2, v[n]++)))))); v
CROSSREFS
Sequence in context: A066682 A239968 A362369 * A240140 A240141 A049641
KEYWORD
nonn
AUTHOR
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 May 21 14:18 EDT 2024. Contains 372738 sequences. (Running on oeis4.)