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!)
A211425 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and w^2+4*x*y=0. 2
1, 5, 13, 17, 33, 37, 45, 49, 65, 77, 85, 89, 113, 117, 125, 129, 153, 157, 173, 177, 193, 197, 205, 209, 241, 261, 269, 281, 297, 301, 317, 321, 345, 349, 357, 361, 401, 405, 413, 417, 441, 445, 453, 457, 473, 485, 493, 497, 537, 565, 589, 593, 609 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t[n_] := t[n] = Flatten[Table[w^2 + 4 x*y, {w, -n, n}, {x, -n, n}, {y, -n, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211425 *)
(t - 1)/4 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A038938 A253079 A184851 * A245906 A191108 A216575
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 10 2012
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 August 2 14:38 EDT 2024. Contains 374848 sequences. (Running on oeis4.)