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.

A155803 A023001 interleaved with 2*A023001 and 4*A023001.

Original entry on oeis.org

0, 0, 0, 1, 2, 4, 9, 18, 36, 73, 146, 292, 585, 1170, 2340, 4681, 9362, 18724, 37449, 74898, 149796, 299593, 599186, 1198372, 2396745, 4793490, 9586980, 19173961, 38347922, 76695844, 153391689, 306783378, 613566756, 1227133513, 2454267026, 4908534052
Offset: 0

Views

Author

Paul Curtz, Jan 27 2009

Keywords

Comments

A033138 with three zeros prepended. - Joerg Arndt, Mar 10 2015

Programs

Formula

a(3n) = A023001(n). a(3n+1) = 2*A023001(n) = A125835(n). a(3n+2) = 4*A023001(n).
a(n) = a(n-3)+2^(n-3) = a(n-3)+A000079(n-3). Here, a(.) can also be one of its higher order differences.
a(n) = 2*a(n-1)+a(n-3)-2*a(n-4). G.f.: x^3/((x-1)*(2*x-1)*(1+x+x^2)). [R. J. Mathar, Jul 23 2009]
a(n) = floor(2^n/7). [Mircea Merca, Dec 22 2010]

Extensions

Edited and extended by R. J. Mathar, Jul 23 2009