[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A131575
First differences of A131572.
2
1, 1, 0, 2, 0, 4, 0, 8, 0, 16, 0, 32, 0, 64, 0, 128, 0, 256, 0, 512, 0, 1024, 0, 2048, 0, 4096, 0, 8192, 0, 16384, 0, 32768, 0, 65536, 0, 131072, 0, 262144, 0, 524288, 0, 1048576, 0, 2097152, 0, 4194304, 0, 8388608, 0
OFFSET
0,4
FORMULA
a(n) = A131572(n+1) - A131572(n).
a(n) = A077957(n-1), n>0.
G.f.: (1 + x - 2x^2)/(1-2x^2). - Philippe Deléham, Oct 01 2011
MATHEMATICA
Differences[LinearRecurrence[{0, 2}, {0, 1, 2}, 50]] (* or *) LinearRecurrence[ {0, 2}, {1, 1, 0}, 50] (* or *) Join[{1}, Riffle[2^Range[0, 30], 0]] (* Harvey P. Dale, Jul 10 2018 *)
CROSSREFS
Sequence in context: A176296 A349232 A194795 * A077957 A077966 A275670
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Aug 28 2007
EXTENSIONS
Edited by R. J. Mathar, Jul 16 2008
More terms from Philippe Deléham, Oct 01 2011
STATUS
approved