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.

A013832 a(n) = 4^(5*n + 3).

Original entry on oeis.org

64, 65536, 67108864, 68719476736, 70368744177664, 72057594037927936, 73786976294838206464, 75557863725914323419136, 77371252455336267181195264, 79228162514264337593543950336, 81129638414606681695789005144064
Offset: 0

Views

Author

Keywords

Programs

Formula

From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 1024*a(n-1); a(0)=64.
G.f.: 64/(1-1024*x).
a(n) = 4*A013831(n). (End)