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.

A164908 a(n) = (3*4^n - 0^n)/2.

Original entry on oeis.org

1, 6, 24, 96, 384, 1536, 6144, 24576, 98304, 393216, 1572864, 6291456, 25165824, 100663296, 402653184, 1610612736, 6442450944, 25769803776, 103079215104, 412316860416, 1649267441664, 6597069766656, 26388279066624, 105553116266496, 422212465065984, 1688849860263936
Offset: 0

Views

Author

Klaus Brockhaus, Aug 31 2009

Keywords

Comments

Binomial transform of A164907. Inverse binomial transform of A057651.
Partial sums are in A083420.
Decimal representations of the n-th iterations of elementary cellular automata rules 14, 46, 142 and 174 generate this sequence (see A266298 and A266299). - Karl V. Keller, Jr., Aug 31 2021

Crossrefs

Equals 1 followed by A002023 (6*4^n). Essentially the same as A084509.

Programs

Formula

a(n) = 4*a(n-1) for n > 1; a(0) = 1, a(1) = 6.
G.f.: (1+2*x)/(1-4*x).
a(n) = floor(6*4^(n-1)). - Karl V. Keller, Jr., Aug 30 2021
E.g.f.: (3*exp(4*x) - 1)/2. - Elmo R. Oliveira, Mar 31 2025