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!)
A211481 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and w+2x+3y=n. 2
1, 3, 8, 16, 26, 38, 54, 71, 91, 114, 139, 166, 197, 229, 264, 302, 342, 384, 430, 477, 527, 580, 635, 692, 753, 815, 880, 948, 1018, 1090, 1166, 1243, 1323, 1406, 1491, 1578, 1669, 1761, 1856, 1954, 2054, 2156, 2262, 2369, 2479, 2592, 2707 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a guide to related sequences, see A211422.
LINKS
FORMULA
Conjecture: a(n) = a(n-1)+a(n-2)-a(n-4)-a(n-5)+a(n-6) for n>5. - Colin Barker, Nov 08 2014
Empirical g.f.: -(3*x^4+5*x^3+4*x^2+2*x+1) / ((x-1)^3*(x+1)*(x^2+x+1)). - Colin Barker, Nov 08 2014
MATHEMATICA
t[n_] := t[n] = Flatten[Table[w + 2 x + 3 y - n, {w, -n, n}, {x, -n, n}, {y, -n, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211481 *)
CROSSREFS
Cf. A211422.
Sequence in context: A013583 A122794 A225268 * A115006 A211480 A122796
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 12 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 14 03:09 EDT 2024. Contains 375146 sequences. (Running on oeis4.)