OFFSET
0,1
COMMENTS
x = a(n) and y = A324266(n) satisfy the Lebesgue-Ramanujan-Nagell equation x^2 + 7^(10*n+1) = 4*y^5 (see Theorem 2.1 in Chakraborty, Hoque and Sharma).
LINKS
K. Chakraborty, A. Hoque, R. Sharma, Complete solutions of certain Lebesgue-Ramanujan-Nagell type equations, arXiv:1812.11874 [math.NT], 2018.
Index entries for linear recurrences with constant coefficients, signature (16807).
FORMULA
a(n) = 11*16807^n.
O.g.f.: 11/(1 - 16807*x).
E.g.f.: 11*exp(16807*x).
a(n) = 16807*a(n-1) for n > 0.
a(n) = 11*((7/2)*A109808(n))^5.
EXAMPLE
For a(0) = 11 and A324266(0) = 2, 11^2 + 7 = 128 = 4*2^5.
MAPLE
a:=n->11*16807^n: seq(a(n), n=0..20);
MATHEMATICA
11*16807^Range[0, 20]
PROG
(GAP) List([0..20], n->11*16807*n);
(Magma) [11*16807^n: n in [0..20]];
(PARI) a(n) = 11*16807^n;
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Stefano Spezia, Feb 26 2019
STATUS
approved