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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154323 Central coefficients of number triangle A113582. 1
1, 2, 10, 37, 101, 226, 442, 785, 1297, 2026, 3026, 4357, 6085, 8282, 11026, 14401, 18497, 23410, 29242, 36101, 44101, 53362, 64010, 76177, 90001, 105626, 123202, 142885, 164837, 189226, 216226, 246017, 278785, 314722, 354026, 396901, 443557 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) equals n!^3 times the determinant of the n X n matrix whose (i,j)-entry is KroneckerDelta[i, j] (((i^3 + 1)/(i^3)) - 1) + 1 - John M. Campbell, May 20, 2011

Let b(0)=b(1)=1; b(n)=max(b(n-1)+(n-1)^3, b(n-2)+(n-2)^3); then a(n)=b(n+1); [ Yalcin Aktar, Jul 28 2011]

FORMULA

G.f.: (1-3*x+10*x^2-3*x^3+x^4)/(1-x)^5;

a(n) = 1+C(n+1,2)^2 = (n^4+2*n^3+n^2+4)/4 = 1+A000537(n).

MATHEMATICA

s = 1; lst = {s}; Do[s += n^3; AppendTo[lst, s], {n, 1, 42, 1}]; lst [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 12 2009]

Table[n!^3*Det[Array[KroneckerDelta[#1, #2](((#1^3+1)/(#1^3))-1)+1&, {n, n}]], {n, 1, 30}] - John M. Campbell, May 20, 2011

CROSSREFS

Sequence in context: A151021 A151022 A144895 * A191349 A073110 A034547

Adjacent sequences:  A154320 A154321 A154322 * A154324 A154325 A154326

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Jan 07 2009

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 16 09:50 EST 2012. Contains 205904 sequences.