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!)
A144627 Initial members of triples listed in A144625. 1
0, 1, 0, 0, 2, 1, 0, 1, 0, 0, 3, 2, 1, 0, 2, 1, 0, 1, 0, 0, 4, 3, 2, 1, 0, 3, 2, 1, 0, 2, 1, 0, 1, 0, 0, 5, 4, 3, 2, 1, 0, 4, 3, 2, 1, 0, 3, 2, 1, 0, 2, 1, 0, 1, 0, 0, 6, 5, 4, 3, 2, 1, 0, 5, 4, 3, 2, 1, 0, 4, 3, 2, 1, 0, 3, 2, 1, 0, 2, 1, 0, 1, 0, 0, 7, 6, 5, 4, 3, 2, 1, 0, 6, 5, 4, 3, 2, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MAPLE
for n from 0 to 7 do
for k from 0 to n do for j from 0 to n do for i from 0 to n do if i+j+k=n then lprint(i, j, k); fi;
od: od: od: od:
MATHEMATICA
DeleteCases[Flatten[Table[If[i+j+k==n, i], {n, 0, 10}, {k, 0, n}, {j, 0, n}, {i, 0, n}]], Null] (* Harvey P. Dale, Mar 27 2012 *)
CROSSREFS
Sequence in context: A145765 A157424 A144961 * A135929 A346377 A338757
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 18 2009
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)