OFFSET
1,1
COMMENTS
Initially defined as sum of the n-th row of the triangle A093915, constructed by trial and error. Namely, this row should contain n consecutive integers [x,x+1,...,x+n-1], listed in A093915, and have its sum a(n) = n*x+n(n-1)/2 equal to the least possible strict (>1) multiple of the sum of the indices of these elements in A093915, which equals A006003(n) = (n^3+n)/2. For odd n, a(n) = 2 A006003(n) is obtained for x = A093916(n). For even n, the sum a(n) cannot equal 2 A006003(n), but it does equal 3 A006003(n) for x = A093916(n). Hence this simple explicit definition of a(n). - M. F. Hasler, Apr 04 2009
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,4,0,-6,0,4,0,-1).
FORMULA
a(n) = n*A093916(n)+n(n-1)/2. - M. F. Hasler, Apr 04 2009
a(2n-1) = 2*(2n-1)*(2n^2 -2n +1), a(2n) = 3*n*(4n^2 +1).
G.f.: x*(2+15*x+22*x^2+42*x^3+22*x^4+15*x^5+2*x^6) / ( (x-1)^4*(1+x)^4 ). - R. J. Mathar, Mar 21 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Amarnath Murthy, Apr 25 2004
EXTENSIONS
More terms from Jorge Coveiro, Jul 25 2006
Edited by M. F. Hasler, Apr 04 2009
STATUS
approved