Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A166278
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A166278 Square array A(n,k), n,k>=0, read by antidiagonals: A(n,k) is the total element sum of the k-fold f transform applied to the length n sequence of 1's. And f returns a sorted result after multiplying the elements in its input sequence with 1, 2, 3,... in descending size order. +0
1
0, 0, 1, 0, 1, 2, 0, 1, 3, 3, 0, 1, 4, 6, 4, 0, 1, 6, 10, 10, 5, 0, 1, 8, 19, 20, 15, 6, 0, 1, 12, 33, 46, 35, 21, 7, 0, 1, 16, 63, 100, 94, 56, 28, 8, 0, 1, 24, 111, 220, 242, 172, 84, 36, 9, 0, 1, 32, 201, 488, 633, 514, 290, 120, 45, 10, 0, 1, 48, 369, 1104, 1643, 1518, 984, 460, 165 (list; table; graph; listen)
OFFSET

0,6

EXAMPLE

Square array begins:

0 0 0 0 0 0 ...

1 1 1 1 1 1 ...

2 3 4 6 8 12 ...

3 6 10 19 33 63 ...

4 10 20 46 100 220 ...

5 15 35 94 242 633 ...

MAPLE

f:= l-> sort ([seq (sort (l, `>`)[i]*i, i=1..nops(l))]): A:= (n, k)-> add (i, i=(f@@k) ([1$j=1..n])): seq (seq (A (n, d-n), n=0..d), d=0..15);

CROSSREFS

Rows n=0-2 give: A000004, A000012, A029744(k+2). Columns k=0-3 give: A001477, A000217, A000292, A070893.

Sequence in context: A089112 A155584 A139600 this_sequence A103438 A167279 A068920

Adjacent sequences: A166275 A166276 A166277 this_sequence A166279 A166280 A166281

KEYWORD

easy,nonn,tabl

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 10 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research