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!)
A008353 2^n*(2^(n+1) - n - 1). 4
1, 4, 20, 96, 432, 1856, 7744, 31744, 128768, 519168, 2085888, 8364032, 33501184, 134103040, 536625152, 2146959360, 8588820480, 34357379072, 137433972736, 549745328128, 2199001235456, 8796046884864, 35184275619840, 140737287028736, 562949533990912 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = sum{k=0..n+1, C(2n+2, 2k)-2k(n-k+1)*C(n+1, k)/n}, n>0. - Paul Barry, Feb 24 2005
a(n) = 8*a(n-1)-20*a(n-2)+16*a(n-3). - Colin Barker, Feb 26 2015
G.f.: -(8*x^2-4*x+1) / ((2*x-1)^2*(4*x-1)). - Colin Barker, Feb 26 2015
PROG
(Magma) [2^n*(2^(n+1) - n - 1): n in [0..50]]; // Vincenzo Librandi, Apr 25 2011
(PARI) Vec(-(8*x^2-4*x+1)/((2*x-1)^2*(4*x-1)) + O(x^100)) \\ Colin Barker, Feb 26 2015
CROSSREFS
a(n) = A066345(2*n+1).
a(n) = 1 for n=0, 4 * A008464(n-2) else.
Sequence in context: A218837 A254943 A099025 * A250162 A296665 A057087
KEYWORD
nonn,easy
AUTHOR
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 4 17:51 EDT 2024. Contains 372257 sequences. (Running on oeis4.)