[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A024216 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = n-th elementary symmetric function of the first n+1 positive integers congruent to 1 mod 3.
(history; published version)
#53 by Charles R Greathouse IV at Thu Sep 08 08:44:48 EDT 2022
PROG

(MAGMAMagma) I:=[5, 39]; [1] cat [n le 2 select I[n] else (6*n-1) * Self(n-1) - (3*n-2)^2 * Self(n-2) : n in [1..30]]; // Vincenzo Librandi, Aug 30 2015

Discussion
Thu Sep 08
08:44
OEIS Server: https://oeis.org/edit/global/2944
#52 by N. J. A. Sloane at Wed Aug 09 22:04:08 EDT 2017
STATUS

proposed

approved

#51 by Jon E. Schoenfield at Wed Aug 09 20:19:23 EDT 2017
STATUS

editing

proposed

#50 by Jon E. Schoenfield at Wed Aug 09 20:19:19 EDT 2017
COMMENTS

Comment by R. J. Mathar, Oct 01 2016 : (Start):

The k-th elementary symmetric functions of the integers 1+j*3, j=0..n-1, form a triangle T(n,k), 0 <= k <= n, n >= 0:

FORMULA

For n >= 1, a(n-1) = 3^(n-1)*n!*sum(Sum_{k=0..n-1} binomial(k-2/3, k)/(n-k), k = 0..n-1). - Milan Janjic, Dec 14 2008, corrected by Peter Bala, Oct 08 2013

E.g.f.: (3 - log(1-3*x))/(3*(1-3*x)^(4/3)). - Robert Israel, Aug 30 2015

Boas-Buck type recurrence: a(0) = 1 and for n >= 1: a(n) = ((n+1)!/n) * Sum_{p=1..n} 3^(n-p)*(1 + 3*beta(n-p))*a(p-1)/p!, with beta(k) = A002208(k+1) / A002209(k+1). Proof from a(n) = A286718(n+1, 1). - Wolfdieter Lang, Aug 09 2017

STATUS

proposed

editing

#49 by Wolfdieter Lang at Wed Aug 09 15:09:16 EDT 2017
STATUS

editing

proposed

#48 by Wolfdieter Lang at Wed Aug 09 15:09:00 EDT 2017
FORMULA

Boas-Buck type recurrence: a(0) = 1 and for n >= 1: a(n) = ((n+1)!/n) * Sum_{p=1..n} 3^(n-p)*(1 + 3*beta(n-p))*a(p-1)/p!, with beta(k) = A002208(k+1) / A002209(k+1). Proof from a(n) = A286718(n+1, 1). - Wolfdieter Lang, Aug 09 2017

STATUS

approved

editing

#47 by Wolfdieter Lang at Mon May 29 15:50:50 EDT 2017
STATUS

editing

approved

#46 by Wolfdieter Lang at Mon May 29 15:48:40 EDT 2017
FORMULA

a(n) = A286718(n+1, 1), n >= 0.

CROSSREFS

Cf. A024395, A024382, A286718 (first column).

KEYWORD

nonn,easy

STATUS

approved

editing

Discussion
Mon May 29
15:50
Wolfdieter Lang: I added the ref. to A286718 (first column), and the keyword easy.
#45 by R. J. Mathar at Sat Oct 01 09:08:40 EDT 2016
STATUS

proposed

approved

#44 by R. J. Mathar at Sat Oct 01 08:48:56 EDT 2016
STATUS

editing

proposed