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!)
A369724 Expansion of e.g.f. exp( (5/2) * (1-sqrt(1-4*x)) ). 2
1, 5, 35, 335, 4225, 67525, 1321075, 30751775, 832573025, 25745985125, 896177819875, 34698406783375, 1479737530398625, 68935386567921125, 3483762766656021875, 189846574063623209375, 11098195364856546690625, 692834276972696475053125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..n-1} 5^(n-k) * (n-1+k)! / (k! * (n-1-k)!).
a(n) = 2*(2*n-3)*a(n-1) + 25*a(n-2).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(5/2*(1-sqrt(1-4*x)))))
CROSSREFS
Cf. A000108.
Sequence in context: A113342 A262248 A346666 * A360611 A201367 A233860
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 May 3 14:32 EDT 2024. Contains 372215 sequences. (Running on oeis4.)