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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105125 Triangle read by rows: T(n,k) = n^3+k^3, n >= 0, 0 <= k <= n. 0
0, 1, 2, 8, 9, 16, 27, 28, 35, 54, 64, 65, 72, 91, 128, 125, 126, 133, 152, 189, 250, 216, 217, 224, 243, 280, 341, 432, 343, 344, 351, 370, 407, 468, 559, 686, 512, 513, 520, 539, 576, 637, 728, 855, 1024, 729, 730, 737, 756, 793, 854, 945, 1072, 1241, 1458 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

T(n, k) = n^3+k^3; k>=n

EXAMPLE

Triangle begins (modulo 2 plot is a checker board):

{0}

{1, 2}

{8, 9, 16}

{27, 28, 35, 54}

{64, 65, 72, 91, 128}

{125, 126, 133, 152, 189, 250}

MATHEMATICA

f[n_, m_, p_] := n^p + m^p p = 3 a = Table[Table[f[n, m, p], {n, 0, m}], {m, 0, 20}] aa = Flatten[a]

CROSSREFS

Cf. A069011. Different from A004999.

Sequence in context: A056805 A046679 A004999 * A033492 A126160 A118962

Adjacent sequences:  A105122 A105123 A105124 * A105126 A105127 A105128

KEYWORD

nonn,tabl

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 2005

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 17 22:48 EST 2012. Contains 206085 sequences.