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!)
A364270 a(n) = 2^^n + 3^^n, where ^^ indicates tetration. 0
2, 5, 31, 7625597485003 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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.
LINKS
FORMULA
a(n) = A014221(n) + A014222(n+1).
a(n) = A321312(2,n) + A321312(3,n).
EXAMPLE
For n = 3, a(3) = 2^2^2 + 3^3^3 = 2^4 + 3^27 = 7625597485003.
MATHEMATICA
nmax=3; NestList[2^#&, 1, nmax]+NestList[3^#&, 1, nmax] (* Stefano Spezia, Oct 22 2023 *)
CROSSREFS
Sequence in context: A259644 A132527 A182327 * A032504 A041397 A042811
KEYWORD
nonn,base,hard
AUTHOR
Marco Ripà, Oct 20 2023
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 August 11 15:49 EDT 2024. Contains 375073 sequences. (Running on oeis4.)