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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105060 Triangle read by rows in which the n-th n consists of the first n nonzero terms of A033312. 0
1, 1, 5, 1, 5, 23, 1, 5, 23, 119, 1, 5, 23, 119, 719, 1, 5, 23, 119, 719, 5039, 1, 5, 23, 119, 719, 5039, 40319, 1, 5, 23, 119, 719, 5039, 40319, 362879, 1, 5, 23, 119, 719, 5039, 40319, 362879, 3628799, 1, 5, 23, 119, 719, 5039, 40319, 362879, 3628799, 39916799 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

A triangular array based on the integer determinant content.

Det[{{0,-n,n+1},{n+1},0,-n},{-n,n+1,0}}=(n+1)^3-n^3 a(n)=a(n-1)+6*n

MATHEMATICA

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

CROSSREFS

Sequence in context: A046611 A145825 A101692 * A200423 A176320 A190185

Adjacent sequences:  A105057 A105058 A105059 * A105061 A105062 A105063

KEYWORD

nonn,tabl

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Apr 05 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 15 09:26 EST 2012. Contains 205753 sequences.