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!)
A211426 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and 2*w^2+x*y=0. 2
1, 5, 17, 21, 33, 37, 49, 53, 73, 93, 105, 109, 121, 125, 137, 141, 161, 165, 201, 205, 217, 221, 233, 237, 257, 285, 297, 317, 329, 333, 345, 349, 393, 397, 409, 413, 449, 453, 465, 469, 489, 493, 505, 509, 521, 541, 553, 557, 577, 613, 673, 677 (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[2 w^2 + x*y, {w, -n, n}, {x, -n, n}, {y, -n, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211426 *)
(t - 1)/4 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A246329 A351176 A211423 * A224513 A302423 A305478
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 June 9 17:32 EDT 2023. Contains 363183 sequences. (Running on oeis4.)