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.

A242954 a(n) = Product_{i=1..n} A234957(i).

Original entry on oeis.org

1, 1, 1, 1, 4, 4, 4, 4, 16, 16, 16, 16, 64, 64, 64, 64, 1024, 1024, 1024, 1024, 4096, 4096, 4096, 4096, 16384, 16384, 16384, 16384, 65536, 65536, 65536, 65536, 1048576, 1048576, 1048576, 1048576, 4194304, 4194304, 4194304, 4194304, 16777216, 16777216, 16777216
Offset: 0

Views

Author

Tom Edgar, May 27 2014

Keywords

Comments

This is the generalized factorial for A234957.
a(0) = 1 as it represents the empty product.

Crossrefs

Programs

  • Sage
    S=[0]+[4^valuation(i,4) for i in [1..100]]
    [prod(S[1:i+1]) for i in [0..99]]

Formula

a(n) = Product_{i=1..n} A234957(i).
a(n) = 4^(A054893(n)). - Vaclav Kotesovec, May 28 2014