A152578 a(n) = 5^(2^(n-1)) + 2.
7, 27, 627, 390627, 152587890627, 23283064365386962890627, 542101086242752217003726400434970855712890627
Offset: 1
Programs
-
PARI
a(n) = 5^(2^(n-1)) + 2
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.
a(n) = 5^(2^(n-1)) + 2
Comments