A324271 a(n) = 181*13^(13*n).
181, 54820394293197793, 16603732764981619615170330497629, 5028857331023091670255052219467889871886268137, 1523115700170851818946635098990437850680396062232555484942661, 461313830041580805547042416276650834293620917849684448198307537920811805233, 139720475446324270671242216643939258928764157180440338773843068067157129372210783782659949
Offset: 0
Examples
For a(0) = 181 and A324272(0) = 2, 181^2 + 7 = 32768 = 4*2^13.
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 (302875106592253).
Programs
-
GAP
List([0..20], n->181*302875106592253^n);
-
Magma
[181*302875106592253^n: n in [0..20]];
-
Maple
a:=n->181*302875106592253^n: seq(a(n), n=0..20);
-
Mathematica
181 302875106592253^Range[0, 20]
-
PARI
a(n) = 181*302875106592253^n;
Comments