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.

A000308 a(n) = a(n-1)*a(n-2)*a(n-3) with a(1)=1, a(2)=2 and a(3)=3.

Original entry on oeis.org

1, 2, 3, 6, 36, 648, 139968, 3265173504, 296148833645101056, 135345882205792807436868315512832, 130876399105969522361889021452224949874232743897657526714368
Offset: 1

Views

Author

Keywords

Examples

			a(6)=36*6*3=648.
		

Crossrefs

Programs

Formula

a(n) = 2^A001590(n-1)*3^A000073(n-1). - Henry Bottomley, Jul 16 2001