[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 A063024 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Reversion of y - y^2 - y^3 - y^4 - y^5.
(history; published version)
#21 by Susanna Cuyler at Sun Apr 07 19:03:56 EDT 2019
STATUS

reviewed

approved

#20 by Joerg Arndt at Sun Apr 07 10:26:32 EDT 2019
STATUS

proposed

reviewed

#19 by Michel Marcus at Sun Apr 07 09:39:28 EDT 2019
STATUS

editing

proposed

#18 by Michel Marcus at Sun Apr 07 09:39:24 EDT 2019
LINKS

Vladimir Kruchinin, <a href="http://arxiv.org/abs/1211.3244">The method for obtaining expressions for coefficients of reverse generating functions</a>, arXiv:1211.3244 [math.CO], 2012.

Vladimir Kruchinin, <a href="http://arxiv.org/abs/1211.3244">The method for obtaining expressions for coefficients of reverse generating functions</a>, arXiv:1211.3244

PROG

a(n):=if n<2 then n else sum((sum(binomial(k, j)*sum(binomial(j, i-j)*binomial(k-j, n-3*(k-j)-i-1), i, j, n-k+j-1), j, 0, k))*binomial(n+k-1, n-1), k, 1, n-1)/n; [_/* _Vladimir Kruchinin_, May 10 2011] */

AUTHOR

Olivier Gérard, Jul 05 2001.

STATUS

approved

editing

#17 by T. D. Noe at Thu Nov 15 11:05:36 EST 2012
STATUS

proposed

approved

#16 by Vladimir Kruchinin at Wed Nov 14 22:00:27 EST 2012
STATUS

editing

proposed

#15 by Vladimir Kruchinin at Wed Nov 14 22:00:16 EST 2012
LINKS

Vladimir Kruchinin, <a href="http://arxiv.org/abs/1211.3244">The method for obtaining expressions for coefficients of reverse generating functions</a>, arXiv:1211.3244

STATUS

approved

editing

#14 by Joerg Arndt at Tue Oct 02 11:38:08 EDT 2012
STATUS

editing

approved

#13 by Joerg Arndt at Tue Oct 02 11:37:58 EDT 2012
PROG

(PariPARI)

x='x+O('x^66); /* that many terms */

Vec(gf=serreverse(x-sum(j=2, 6, x^j))) /* show terms */ /* _Joerg Arndt_, May 12 2011 */;

Vec(gf)

/* Joerg Arndt, May 12 2011 */

STATUS

approved

editing

#12 by R. J. Mathar at Thu Jul 05 15:02:11 EDT 2012
STATUS

editing

approved