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!)
A293455 G.f.: A(x) satisfies: A( 8*x - 7*A(x) ) = x - 36*x^2. 7
1, 6, -84, 4704, -345744, 34689648, -4214388864, 601692751296, -98355859080192, 18095231814398592, -3699821591569942272, 832503662673228725760, -204513977951411795896320, 54487882834444658521294848, -15654578707586867016637562880, 4826050889976725020111217528832 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (-1)^n * c * (42/log(7))^n * n! / n^(5/7 + 2*log(7)/3), where c = 0.0333062243645475214012...
PROG
(PARI) {a(n) = my(A=x, V=[1, 6]); for(i=1, n, V = concat(V, 0); A=x*Ser(V); V[#V] = Vec( subst(A, x, 8*x - 7*A) )[#V]/6 ); V[n]}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A195245 A030031 A244961 * A334516 A331014 A295229
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)