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.

A133464 a(3n)=4^n, a(3n+1)=2*4^n, a(3n+2)=3*4^n.

Original entry on oeis.org

1, 2, 3, 4, 8, 12, 16, 32, 48, 64, 128, 192, 256, 512, 768, 1024, 2048, 3072, 4096, 8192, 12288, 16384, 32768, 49152, 65536, 131072, 196608, 262144, 524288, 786432, 1048576, 2097152, 3145728, 4194304, 8388608, 12582912, 16777216, 33554432
Offset: 0

Views

Author

Paul Curtz, Nov 28 2007

Keywords

Crossrefs

Programs

Formula

O.g.f.: -(1+2*x+3*x^2)/(-1+4*x^3) . 2*a(n)-a(n+1) = abs(A117902(n+1)). - R. J. Mathar, Nov 30 2007
From Reinhard Zumkeller, May 26 2008: (Start)
a(n+1) = a(n) + a(n - n mod 3).
a(n) = A140740(n+3,3). (End)
Sum_{n>=0} 1/a(n) = 22/9. - Amiram Eldar, Jan 21 2022

Extensions

Edited by R. J. Mathar, Nov 30 2007
More terms from Reinhard Zumkeller, May 26 2008