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!)
A124845 Triangle read by rows: T(n,k) = (3 - (-1)^k)*binomial(n,k)/2 (0 <= k <= n). 1
1, 1, 2, 1, 4, 1, 1, 6, 3, 2, 1, 8, 6, 8, 1, 1, 10, 10, 20, 5, 2, 1, 12, 15, 40, 15, 12, 1, 1, 14, 21, 70, 35, 42, 7, 2, 1, 16, 28, 112, 70, 112, 28, 16, 1, 1, 18, 36, 168, 126, 252, 84, 72, 9, 2, 1, 20, 45, 240, 210, 504, 210, 240, 45, 20, 1, 1, 22, 55, 330, 330, 924, 462, 660, 165 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
First few rows of the triangle:
1;
1, 2;
1, 4, 1;
1, 6, 3, 2;
1, 8, 6, 8, 1;
1, 10, 10, 20, 5, 2;
1, 12, 15, 40, 15, 12, 1;
...
Row 3 sum = 12 = (1 + 6 + 3 + 2) = A003945(3).
MAPLE
T:=(n, k)->(3-(-1)^k)*binomial(n, k)/2: for n from 0 to 12 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form
CROSSREFS
Cf. A003945.
Sequence in context: A247073 A124428 A191310 * A191392 A127625 A124844
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Nov 10 2006
EXTENSIONS
Edited by N. J. A. Sloane, Nov 24 2006
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)