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.

A208148 Number of n state 1 dimensional radius-1 totalistic cellular automata.

Original entry on oeis.org

1, 16, 2187, 1048576, 1220703125, 2821109907456, 11398895185373143, 73786976294838206464, 717897987691852588770249, 10000000000000000000000000000, 191943424957750480504146841291811, 4922235242952026704037113243122008064
Offset: 1

Views

Author

Ben Branman, Feb 23 2012

Keywords

Examples

			For n=2, there are 16 totalistic 2-color cellular automaton rules, corresponding to elementary cellular automata numbers 0, 1, 22, 23, 104, 105, 126, 127, 128, 129, 150, 151, 232, 233, 254, and 255.
		

Crossrefs

Cf. A137840.

Programs

Formula

a(n) = n^(3*n-2) = n^A016777(n-1).