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!)
A211427 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and 3*w^2+x*y=0. 2
1, 5, 9, 21, 33, 37, 49, 53, 65, 77, 81, 85, 113, 117, 121, 133, 153, 157, 169, 173, 185, 197, 201, 205, 233, 253, 257, 301, 313, 317, 329, 333, 353, 365, 369, 373, 401, 405, 409, 421, 433, 437, 449, 453, 465, 477, 481, 485, 537, 573, 593, 605, 617 (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[3 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, 90}] (* A211427 *)
(t - 1)/4 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A169709 A269523 A319384 * A273410 A273486 A146867
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 April 18 15:33 EDT 2024. Contains 371780 sequences. (Running on oeis4.)