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.

A058126 a(n) = n^n - n^2 with 0^0=1.

Original entry on oeis.org

1, 0, 0, 18, 240, 3100, 46620, 823494, 16777152, 387420408, 9999999900, 285311670490, 8916100448112, 302875106592084, 11112006825557820, 437893890380859150, 18446744073709551360
Offset: 0

Views

Author

Henry Bottomley, Nov 10 2000

Keywords

Examples

			a(2) = 2^2 - 2^2 = 4 - 4 = 0.
a(3) = 3^3 - 3^2 = 27 - 9 = 18.
		

Crossrefs

Formula

a(n) = A000312(n) - A000290(n) = log(A058125(n))/log(n).
E.g.f.: 1/(1 + LambertW(-x)) - x*(x + 1)*exp(x), where LambertW() is the Lambert W-function. - Ilya Gutkovskiy, Feb 08 2017

A058124 n^(n^n)-(n^n)^n with 0^0=1.

Original entry on oeis.org

-1, 0, 0, 7625597465304
Offset: 0

Views

Author

Henry Bottomley, Nov 10 2000

Keywords

Examples

			a(2)=2^4-4^2=16-16=0. a(3)=3^27-27^3=7625597484987-19683=7625597465304
		

Crossrefs

Formula

a(n) =A002488(n)-A002489(n)

Extensions

Offset corrected by Arkadiusz Wesolowski, Aug 24 2011
Showing 1-2 of 2 results.