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!)
A369723 Expansion of e.g.f. exp( 2 * (1-sqrt(1-4*x)) ). 2
1, 4, 24, 208, 2464, 37824, 720256, 16450816, 439245312, 13440572416, 464007387136, 17847329869824, 757011972726784, 35108108023349248, 1767517592731090944, 96007679735852498944, 5596725706163142393856, 348533116657888468402176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..n-1} 4^(n-k) * (n-1+k)! / (k! * (n-1-k)!).
a(n) = 2*(2*n-3)*a(n-1) + 16*a(n-2).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(2*(1-sqrt(1-4*x)))))
CROSSREFS
Cf. A000108.
Sequence in context: A010039 A245407 A162314 * A323869 A112141 A077555
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 30 2024
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 August 15 05:59 EDT 2024. Contains 375172 sequences. (Running on oeis4.)