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.

A364270 a(n) = 2^^n + 3^^n, where ^^ indicates tetration.

Original entry on oeis.org

2, 5, 31, 7625597485003
Offset: 0

Views

Author

Marco RipĂ , Oct 20 2023

Keywords

Comments

a(4) has 3638334640025 digits and is too large to show here.
a(n) is prime for n = 0, 1, 2, 3, but it is not known if a(4) is prime.

Examples

			For n = 3, a(3) = 2^2^2 + 3^3^3 = 2^4 + 3^27 = 7625597485003.
		

Crossrefs

Programs

  • Mathematica
    nmax=3; NestList[2^#&, 1,nmax]+NestList[3^#&,1,nmax] (* Stefano Spezia, Oct 22 2023 *)

Formula

a(n) = A014221(n) + A014222(n+1).
a(n) = A321312(2,n) + A321312(3,n).