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

Showing all changes.
E.g.f: A(x) = f(x*A(x)^3), where f(x) = (1+4*x)*exp(x).
(history; published version)
#10 by Alois P. Heinz at Wed Apr 20 14:35:49 EDT 2016
STATUS

editing

approved

#9 by Alois P. Heinz at Wed Apr 20 14:35:37 EDT 2016
NAME

E.g.f: A(x) = f(x*A(x)^3), where f(x) = (1+4*x)*exp(x).

#8 by Alois P. Heinz at Wed Apr 20 12:41:48 EDT 2016
DATA

1, 5, 159, 10228, 1009253, 135069696, 22882888555, 4696799559488, 1133128780421385, 314294095403352064, 98550149514670698071, 34473870245560804316160, 13310522831484403851847981, 5622806397207798234900070400, 2579680348909056700728913816227

FORMULA

a(n) equals the coefficient of = n! * [x^n in ] ((1+4*x)*exp(x))^(3*n+1)/(3*n+1).

STATUS

approved

editing

#7 by Vaclav Kotesovec at Fri Jan 24 07:22:15 EST 2014
STATUS

editing

approved

#6 by Vaclav Kotesovec at Fri Jan 24 07:22:00 EST 2014
FORMULA

a(n) ~ 16^(2*n+1) * n^(n-1) / (sqrt(13) * 9^(n+1) * exp(3*n/4 - 1/12)). - Vaclav Kotesovec, Jan 24 2014

#5 by Vaclav Kotesovec at Fri Jan 24 07:15:34 EST 2014
MATHEMATICA

Table[n!*SeriesCoefficient[((1+4*x)*E^x)^(3*n+1)/(3*n+1), {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Jan 24 2014 *)

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 18:36:39 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Oct 07 2003

Discussion
Fri Mar 30
18:36
OEIS Server: https://oeis.org/edit/global/213
#3 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
COMMENTS

Radius of convergence of A(x): r = (3^2/4^4)*exp(-1/4) = 0.0273797..., where A(r) = (4/3)*exp(1/12), and r = limit a(n)/a(n+1)*(n+1) as n->infinity. Radius of convergence is from a general formula yet unproved.

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
KEYWORD

nonn,new

nonn

AUTHOR

Paul D . Hanna (pauldhanna(AT)juno.com), Oct 07 2003

#1 by N. J. A. Sloane at Thu Feb 19 03:00:00 EST 2004
NAME

E.g.f: A(x) = f(x*A(x)^3), where f(x)=(1+4*x)*exp(x).

DATA

1, 5, 159, 10228, 1009253, 135069696, 22882888555, 4696799559488, 1133128780421385, 314294095403352064, 98550149514670698071, 34473870245560804316160, 13310522831484403851847981

OFFSET

0,2

COMMENTS

Radius of convergence of A(x): r = (3^2/4^4)*exp(-1/4) = 0.0273797..., where A(r) = (4/3)*exp(1/12), and r = limit a(n)/a(n+1)*(n+1) as n->infinity. Radius of convergence is from a general formula yet unproved.

FORMULA

a(n) equals the coefficient of x^n in ((1+4*x)*exp(x))^(3*n+1)/(3*n+1).

PROG

(PARI) a(n)=n!*polcoeff(((1+4*x)*exp(x))^(3*n+1)+x*O(x^n), n, x)/(3*n+1)

CROSSREFS
KEYWORD

nonn

AUTHOR

Paul D Hanna (pauldhanna(AT)juno.com), Oct 07 2003

STATUS

approved