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!)
A126952 a(0)=1, a(n+1) = 5*a(n)-4*A117641(n) for n>=0. 3
1, 1, 5, 21, 93, 421, 1937, 9017, 42349, 200277, 952425, 4549953, 21818841, 104966889, 506372277, 2448641061, 11865563853, 57604036309, 280110716777, 1364092539041, 6651682319233, 32474171399649, 158714415664557 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Hankel transform is 4^n=A000302(n).
LINKS
Isaac DeJager, Madeleine Naquin, Frank Seidl, Colored Motzkin Paths of Higher Order, VERUM 2019.
MATHEMATICA
Block[{$MaxExtraPrecision = 10^3, s = Rest@ CoefficientList[Series[(1 + 3 x - Sqrt[1 - 6 x + 5 x^2])/(2 x^2 + 6 x), {x, 0, 21}], x]}, Nest[Append[#, 5 #[[-1]] - 4 s[[Length@ # - 1]] ] &, {1, 1}, Length@ s]] (* Michael De Vlieger, Dec 15 2019, after Robert G. Wilson v at A117641 *)
CROSSREFS
Sequence in context: A154964 A007287 A116904 * A273570 A103519 A178876
KEYWORD
nonn
AUTHOR
Philippe Deléham, Mar 19 2007
EXTENSIONS
a(11) and a(22) corrected by Michael De Vlieger, Dec 15 2019
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 8 04:18 EDT 2024. Contains 372317 sequences. (Running on oeis4.)