The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A322406 a(n) = n + n*n^n. 1
2, 10, 84, 1028, 15630, 279942, 5764808, 134217736, 3486784410, 100000000010, 3138428376732, 106993205379084, 3937376385699302, 155568095557812238, 6568408355712890640, 295147905179352825872, 14063084452067724991026, 708235345355337676357650, 37589973457545958193355620 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are produced by successively applying the three basic operations: exponentiation, multiplication and addition.
LINKS
R. L. Goodstein, Transfinite Ordinals in Recursive Number Theory, Journal of Symbolic Logic, Vol. 12, No. 4 (Dec. 1947), pp. 123-129.
FORMULA
E.g.f.: exp(x) * x - LambertW(-x)/(1 + LambertW(-x))^3. - Vaclav Kotesovec, Dec 20 2018
EXAMPLE
a(3) = 3 + 3*3^3 = 3 + 3*27 = 8 + 81 = 84.
MAPLE
[n+n*n^n$n=1..20]; # Muniru A Asiru, Dec 07 2018
MATHEMATICA
a[n_]:=n+n*n^n; Array[a, 20] (* Stefano Spezia, Dec 07 2018 *)
PROG
(GAP) List([1..20], n->n+n*n^n); # Muniru A Asiru, Dec 07 2018
(PARI) a(n) = n+n*n^n \\ Felix Fröhlich, Dec 07 2018
CROSSREFS
Equals 2 * A108398.
Sequence in context: A180715 A107863 A065866 * A302935 A332655 A156466
KEYWORD
nonn,easy
AUTHOR
Ivan Stoykov, Dec 07 2018
EXTENSIONS
a(12)-a(19) from Stefano Spezia, Dec 07 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 1 19:28 EDT 2024. Contains 373028 sequences. (Running on oeis4.)