Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141402
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141402 General neo-combination of the overlapping type :k=2: t(n,m,k)=n^k + (2* m *(-m + n))^k. +0
1
0, 1, 1, 4, 8, 4, 9, 25, 25, 9, 16, 52, 80, 52, 16, 25, 89, 169, 169, 89, 25, 36, 136, 292, 360, 292, 136, 36, 49, 193, 449, 625, 625, 449, 193, 49, 64, 260, 640, 964, 1088, 964, 640, 260, 64, 81, 337, 865, 1377, 1681, 1681, 1377, 865, 337, 81, 100, 424, 1124, 1864 (list; table; graph; listen)
OFFSET

1,4

COMMENT

Row sums are:

{0, 2, 16, 68, 216, 566, 1288, 2632, 4944, 8682, 14432};

A symmetrical one first and last version is:

Clear[T, n, m, a]

k = 2;

T[n_, m_] = If[n == m == 0, 1, Floor[(n^k + (2* m *(-m + n))^k)/n^k]];

a = Table[Table[T[n, m], {m, 0, n}], {n, 0, 10}]

FORMULA

k=2: t(n,m,k)=n^k + (2* m *(-m + n))^k.

EXAMPLE

{0},

{1, 1},

{4, 8, 4},

{9, 25, 25, 9},

{16, 52, 80, 52, 16},

{25, 89, 169, 169, 89, 25},

{36, 136, 292, 360, 292, 136, 36},

{49, 193, 449, 625, 625, 449, 193, 49},

{64, 260, 640, 964, 1088, 964, 640, 260, 64},

{81, 337, 865, 1377, 1681, 1681, 1377, 865, 337, 81},

{100, 424, 1124, 1864, 2404, 2600, 2404, 1864, 1124, 424, 100}

MATHEMATICA

Clear[T, n, m, a] k = 2; T[n_, m_] = n^k + (2* m *(-m + n))^k; a = Table[Table[T[n, m], {m, 0, n}], {n, 0, 10}]

CROSSREFS

Sequence in context: A059163 A091198 A092159 this_sequence A145900 A010298 A059159

Adjacent sequences: A141399 A141400 A141401 this_sequence A141403 A141404 A141405

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Aug 03 2008

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 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research