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.

A322406 a(n) = n + n*n^n.

Original entry on oeis.org

2, 10, 84, 1028, 15630, 279942, 5764808, 134217736, 3486784410, 100000000010, 3138428376732, 106993205379084, 3937376385699302, 155568095557812238, 6568408355712890640, 295147905179352825872, 14063084452067724991026, 708235345355337676357650, 37589973457545958193355620
Offset: 1

Views

Author

Ivan Stoykov, Dec 07 2018

Keywords

Comments

All terms are produced by successively applying the three basic operations: exponentiation, multiplication and addition.

Examples

			a(3) = 3 + 3*3^3 = 3 + 3*27 = 8 + 81 = 84.
		

Crossrefs

Equals 2 * A108398.

Programs

Formula

E.g.f.: exp(x) * x - LambertW(-x)/(1 + LambertW(-x))^3. - Vaclav Kotesovec, Dec 20 2018

Extensions

a(12)-a(19) from Stefano Spezia, Dec 07 2018