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.

A236369 4^n! - 3^n! + 2^n! - 1.

Original entry on oeis.org

2, 2, 10, 3430, 281192563951390, 1766847064778382532572997586311708103976882383055495099549785723721857950
Offset: 0

Views

Author

Assoul Abdelkarim, Jan 23 2014

Keywords

Comments

The next term has 434 digits. - Harvey P. Dale, Nov 04 2017

Examples

			For n=2, a(2)=4^2!-3^2!+2^2!-1=16-9+4-1=10.
		

Crossrefs

Programs

Formula

a(n)=4^n!-3^n!+2^n!-1.

Extensions

a(4)-a(5) from Charles R Greathouse IV, Jan 23 2014