[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A090200 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = N(7,n), where N(7,x) is the 7th Narayana polynomial.
(history; published version)
#29 by Michel Marcus at Wed Feb 17 03:56:22 EST 2021
STATUS

reviewed

approved

#28 by Joerg Arndt at Wed Feb 17 02:15:21 EST 2021
STATUS

proposed

reviewed

#27 by Michel Marcus at Tue Feb 16 23:08:38 EST 2021
STATUS

editing

proposed

#26 by Michel Marcus at Tue Feb 16 23:08:33 EST 2021
CROSSREFS
STATUS

proposed

editing

#25 by G. C. Greubel at Tue Feb 16 22:06:05 EST 2021
STATUS

editing

proposed

#24 by G. C. Greubel at Tue Feb 16 21:50:06 EST 2021
NAME

a(n) = N(7,n) , where N(7,x) is the 7th Narayana polynomial.

LINKS

G. C. Greubel, <a href="/A090200/b090200.txt">Table of n, a(n) for n = 0..1000</a>

FORMULA

a(n) = N(7, n) = Sum_{k>0} A001263(7, k)*n^(k-1) = n^6 + 21*n^5 + 105*n^4 + 175*n^3 + 105*n^2 + 21*n + 1.

G.f.: (1 +422*x +1297*x^2 -908*x^3 -173*x^4 +86*x^5 -5*x^6)/(1-x)^7. - Philippe Deléham, Apr 03 2013; corrected by Georg Fischer, May 02 2019

E.g.f.: (1 +428*x +1711*x^2 +1420*x^3 +380*x^4 +36*x^5 +x^6)*exp(x). - G. C. Greubel, Feb 16 2021

MAPLE

A090200:= n-> n^6+21*n^5+105*n^4+175*n^3+105*n^2+21*n+1; seq(A090200(n), n=0..30) # G. C. Greubel, Feb 16 2021

PROG

(PARI) a(n) = n^6+21*n^5+105*n^4+175*n^3+105*n^2+21*n+1 \\ Charles R Greathouse IV, Jan 17 2012

(Sage) [n^6+21*n^5+105*n^4+175*n^3+105*n^2+21*n+1 for n in (0..30)] # G. C. Greubel, Feb 16 2021

(Magma) [n^6+21*n^5+105*n^4+175*n^3+105*n^2+21*n+1: n in [0..30]]; // G. C. Greubel, Feb 16 2021

CROSSREFS
STATUS

approved

editing

#23 by Alois P. Heinz at Thu May 02 07:59:07 EDT 2019
STATUS

proposed

approved

#22 by Georg Fischer at Thu May 02 07:55:50 EDT 2019
STATUS

editing

proposed

#21 by Georg Fischer at Thu May 02 07:54:41 EDT 2019
FORMULA

G.f.: (1+422*x+1297*x^2-908*x^3-173*x^4+8586*x^5-5*x^6)/(1-x)^7. - Philippe Deléham, Apr 03 2013; corrected by _Georg Fischer_, May 02 2019

STATUS

approved

editing

Discussion
Thu May 02
07:55
Georg Fischer: Found by mass g.f. comparision.
#20 by Harvey P. Dale at Sun Feb 10 18:08:14 EST 2019
STATUS

editing

approved