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.

Showing 1-2 of 2 results.

A236368 a(n) = 4^(n!) - 3^(n!).

Original entry on oeis.org

1, 1, 7, 3367, 281192547174175, 1766847064778382532572997586311708102647654387270579226645978663441513375
Offset: 0

Views

Author

Assoul Abdelkarim, Jan 23 2014

Keywords

Comments

a(6) has 434 digits.

Examples

			a(3) = 4^(3!) - 3^(3!) = 4^6 - 3^6 = 3367.
		

Crossrefs

Programs

Formula

a(n) = 4^(n!) - 3^(n!) = A101407(n) - A100731(n).

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
Showing 1-2 of 2 results.