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!)
A372013 G.f. A(x) satisfies A(x) = 1/( 1 + x*(1 - 9*x*A(x))^(1/3) ). 3

%I #13 Apr 19 2024 10:31:14

%S 1,-1,4,-1,46,149,1351,8441,63499,462752,3514807,26923478,209566927,

%T 1647633779,13079663527,104649229988,843120766711,6833665175513,

%U 55683581174641,455878084448132,3748025535972448,30931714278955736,256150668109462507

%N G.f. A(x) satisfies A(x) = 1/( 1 + x*(1 - 9*x*A(x))^(1/3) ).

%F a(n) = (-1)^n * Sum_{k=0..n} 9^(n-k) * binomial(n,k) * binomial(k/3,n-k)/(n-k+1).

%o (PARI) a(n) = (-1)^n*sum(k=0, n, 9^(n-k)*binomial(n, k)*binomial(k/3, n-k)/(n-k+1));

%Y Cf. A166587, A362155, A372012.

%K sign

%O 0,3

%A _Seiichi Manyama_, Apr 19 2024

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 September 11 23:47 EDT 2024. Contains 375842 sequences. (Running on oeis4.)