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!)
A369722 Expansion of e.g.f. exp( (3/2) * (1-sqrt(1-4*x)) ). 3

%I #13 Jan 30 2024 08:23:44

%S 1,3,15,117,1305,19323,359559,8084205,213425361,6475518675,

%T 222088463199,8497641269637,358899729493545,16585866328129803,

%U 832523413971932055,45105537151437499197,2623613865509122341921,163070009495928522691875

%N Expansion of e.g.f. exp( (3/2) * (1-sqrt(1-4*x)) ).

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

%F a(n) = 2*(2*n-3)*a(n-1) + 9*a(n-2).

%o (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(3/2*(1-sqrt(1-4*x)))))

%Y Cf. A001517, A101682, A243953, A369723, A369724.

%Y Cf. A000108.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Jan 30 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 August 15 05:43 EDT 2024. Contains 375172 sequences. (Running on oeis4.)