The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A293454 G.f.: A(x) satisfies: A( 7*x - 6*A(x) ) = x - 25*x^2. 7
1, 5, -60, 2700, -164160, 13374720, -1317409920, 151766835840, -19941590880000, 2939103216990720, -479988532980633600, 86040885120291532800, -16800662989461441945600, 3550863374378300399616000, -807913791223460628810301440, 196952399633420675888256368640 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (-1)^n * c * (30/log(6))^n * n! / n^(2/3 + 3*log(6)/5), where c = 0.03826354730535151243617...
PROG
(PARI) {a(n) = my(A=x, V=[1, 5]); for(i=1, n, V = concat(V, 0); A=x*Ser(V); V[#V] = Vec( subst(A, x, 7*x - 6*A) )[#V]/5 ); V[n]}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A218801 A303066 A350360 * A162129 A326726 A367337
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Oct 09 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 17:39 EDT 2024. Contains 372765 sequences. (Running on oeis4.)