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!)
A211507 Number of ordered triples (w,x,y) with all terms in {1,...,n} and w^2=x*y-n. 2

%I #4 Apr 19 2012 17:39:11

%S 0,0,0,1,2,3,4,3,9,9,4,17,11,7,18,16,19,21,16,21,35,24,8,35,42,17,44,

%T 40,25,47,28,47,56,28,30,76,69,11,52,68,54,81,36,33,99,61,38,99,77,51,

%U 76,88,63,67,92,88,140,40,12,153,90,71,98,121,98,104,100,41

%N Number of ordered triples (w,x,y) with all terms in {1,...,n} and w^2=x*y-n.

%C For a guide to related sequences, see A211422.

%t t[n_] := t[n] = Flatten[Table[w^2 - x*y + n, {w, 1, n}, {x, 1, n}, {y, 1, n}]]

%t c[n_] := Count[t[n], 0]

%t t = Table[c[n], {n, 0, 80}] (* A211507 *)

%Y Cf. A211422.

%K nonn

%O 0,5

%A _Clark Kimberling_, Apr 14 2012

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 13 09:30 EDT 2024. Contains 372504 sequences. (Running on oeis4.)