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!)
A098480 Expansion of 1/sqrt((1-x)^2-8x^3). 4
1, 1, 1, 5, 13, 25, 65, 181, 445, 1113, 2945, 7685, 19821, 51865, 136513, 358229, 942109, 2487385, 6573825, 17387045, 46066253, 122213913, 324512833, 862511605, 2294698109, 6109933657, 16280439937, 43411979845, 115835462445 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,4

COMMENTS

1/sqrt((1-x)^2-4rx^3) expands to sum{k=0..floor(n/2), binomial(n-k,k)binomial(n-2k,k)r^k}

LINKS

Michael De Vlieger, Table of n, a(n) for n = 0..2309

Hacène Belbachir, Abdelghani Mehdaoui, László Szalay, Diagonal Sums in the Pascal Pyramid, II: Applications, J. Int. Seq., Vol. 22 (2019), Article 19.3.5.

FORMULA

a(n)=sum{k=0..floor(n/2), binomial(n-k, k)binomial(n-2k, k)2^k}. D-finite with recurrence: n*a(n) +(-2*n+1)*a(n-1) +(n-1)*a(n-2) +4*(-2*n+3)*a(n-3)=0. - R. J. Mathar, Nov 10 2014

MATHEMATICA

Array[Sum[Binomial[# - k, k] Binomial[# - 2 k, k] 2^k, {k, 0, #/2}] &, 29, 0] (* Michael De Vlieger, Jul 16 2019 *)

CROSSREFS

Cf. A098479, A098481.

Sequence in context: A147151 A057288 A107466 * A018394 A309383 A147451

Adjacent sequences: A098477 A098478 A098479 * A098481 A098482 A098483

KEYWORD

easy,nonn

AUTHOR

Paul Barry, Sep 10 2004

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 March 25 03:37 EDT 2023. Contains 361511 sequences. (Running on oeis4.)