login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004248 Table of x^y, where (x,y) = (0,0),(0,1),(1,0),(0,2),(1,1),(2,0),... 11
1, 0, 1, 0, 1, 1, 0, 1, 2, 1, 0, 1, 4, 3, 1, 0, 1, 8, 9, 4, 1, 0, 1, 16, 27, 16, 5, 1, 0, 1, 32, 81, 64, 25, 6, 1, 0, 1, 64, 243, 256, 125, 36, 7, 1, 0, 1, 128, 729, 1024, 625, 216, 49, 8, 1, 0, 1, 256, 2187, 4096, 3125, 1296, 343, 64, 9, 1, 0, 1, 512, 6561, 16384, 15625, 7776, 2401, 512, 81, 10, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,9

COMMENTS

As a number triangle, columns have g.f. x^k/(1-kx). Row sums are A026898, diagonal sums are A104872. - Paul Barry (pbarry(AT)wit.ie), Mar 28 2005

LINKS

T. D. Noe, Rows n=0..50 of triangle, flattened

FORMULA

Number triangle T(n, k)=if(k<=n, k^(n-k), 0); T(n, k)=sum{j=0..floor((n-k)/2), (-1)^j*C(n-k, j)C(n-k-j, n-k)k^(n-k-2j)}; - Paul Barry (pbarry(AT)wit.ie), Jul 13 2005

EXAMPLE

1; 0,1; 0,1,1; 0,1,2,1; 0,1,4,3,1; ...

CROSSREFS

Cf. A003992, A048723.

For other versions see A051129 and A009998.

Sequence in context: A058716 A048723 A088455 * A034373 A102728 A075374

Adjacent sequences:  A004245 A004246 A004247 * A004249 A004250 A004251

KEYWORD

tabl,nonn,easy,nice

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.