Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105064
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105064 Triangle read by rows: a(n,m) =a(n-1,m)+(m-1)!*n: n<=m. +0
1
1, 1, 3, 1, 5, 11, 1, 13, 31, 55, 1, 49, 121, 217, 337, 1, 241, 601, 1081, 1681, 2401, 1, 1441, 3601, 6481, 10081, 14401, 19441, 1, 10081, 25201, 45361, 70561, 100801, 136081, 176401, 1, 80641, 201601, 362881, 564481, 806401, 1088641, 1411201 (list; table; graph; listen)
OFFSET

0,3

COMMENT

Triangular content sequence.

MATHEMATICA

a[0, 0] = 1; a[1, 0] = 1; a[n_, 1] := a[n, 1] = n; a[1, m_] := a[1, m] = 1 a[n_, m_] := a[n, m] = a[n - 1, m] + (m - 1)!*n; aa = Flatten[Table[Table[a[n, m], {n, 1, m}], {m, 0, 20}]]

CROSSREFS

Sequence in context: A065229 A093905 A063853 this_sequence A073496 A091623 A059616

Adjacent sequences: A105061 A105062 A105063 this_sequence A105065 A105066 A105067

KEYWORD

nonn,tabl

AUTHOR

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

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research