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.

A268124 a(n) = n^4 * (n+3)^6 * 4^(-n).

Original entry on oeis.org

0, 1024, 15625, 59049, 117649, 160000
Offset: 0

Views

Author

Clive Tooth, Jan 26 2016

Keywords

Comments

This is an example of a simple sequence which generates integers for a while, but then generates no further integers.

Examples

			The third term is a(2), which is 2^4 * 5^6 * 4^-2, which is 15625.
		

Programs