cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A086445 Partial sums of A005578.

Original entry on oeis.org

1, 2, 4, 7, 13, 24, 46, 89, 175, 346, 688, 1371, 2737, 5468, 10930, 21853, 43699, 87390, 174772, 349535, 699061, 1398112, 2796214, 5592417, 11184823, 22369634, 44739256, 89478499, 178956985, 357913956, 715827898, 1431655781, 2863311547
Offset: 0

Views

Author

Paul Barry, Jul 20 2003

Keywords

Comments

With [0,0,0] prepended to it, this is an autosequence of the first kind. - Jean-François Alcover, Oct 21 2019

Crossrefs

Programs

Formula

G.f.: (1-x-x^2)/((1+x)(1-x)^2(1-2x)).
a(n) = 2*2^n/3+(-1)^n/12+n/2+1/4.
a(n) = A000975(n) + A008619(n).
a(0) = 1, a(n) = floor(2*a(n-1) - n/2 + 1) for n>0. - Gerald McGarvey, Aug 31 2004
a(n+1) - 2*a(n) = -floor(n/2) = -A004526(n). - Jean-François Alcover, Oct 21 2019 [noticed by Paul Curtz in a private e-mail]