This question is the successor of Primality test for numbers of the form (3^p−1)/2
Here is what I observed:
Let $N$ = $(11^p-1)/10$ when $p$ is a prime number $p > 3$.
Let the sequence $S_i=S_{i-1}^{11}-11 S_{i-1}^9+44 S_{i-1}^7-77 S_{i-1}^5+55 S_{i-1}^3-11 S_{i-1}$ with $S_0=1956244$. Then $N$ is prime if and only if $S_{p-1} \equiv S_{0}\pmod{N}$.
I choose $1956244$ because this is one of the "seeds" for the test of Lucas–Lehmer and it seems it works with this "seed" (you can find the seeds for Lucas–Lehmer test at OEIS A018844) and this seed matches with the sequence when $S_0 = 4$, $S_1 = 1956244$. $4$ is the first seed of the Lucas–Lehmer test.
For the sequence, I choose the Chebyshev's polynomial $T_{11}(x)$ and divided each part by $2^{2n}$: $$\frac{1024}{1024}x^{11}-\frac{2816}{256}x^9+\frac{2816}{64}x^7-\frac{1232}{16}x^5+\frac{220}{4}x^3-\frac{11}{1}x.$$
For the test, I use PARI/GP.
For example with $p = 17$ I found with PARI/GP:
Mod(1956244, 50544702849929377)
Mod(15674474965388057, 50544702849929377)
Mod(44534929988004909, 50544702849929377)
Mod(28140092860411758, 50544702849929377)
Mod(15603700915052433, 50544702849929377)
Mod(37189226565807060, 50544702849929377)
Mod(20742285445093842, 50544702849929377)
Mod(44492854083486120, 50544702849929377)
Mod(17447547902277534, 50544702849929377)
Mod(45802288862695262, 50544702849929377)
Mod(35665546395277410, 50544702849929377)
Mod(14106987120477193, 50544702849929377)
Mod(8318528060373474, 50544702849929377)
Mod(47976595814239915, 50544702849929377)
Mod(30975975792991455, 50544702849929377)
Mod(47014797124698019, 50544702849929377)
Mod(1956244, 50544702849929377)
And $50544702849929377$ is indeed a prime number.
I checked until $p=5200$ and I didn't find any counterexample.
Is there a way to explain this? I don't know how to start for proving it, especially why $S_{p-1} \equiv S_{0}\pmod{N}$ implies that $N$ is prime (still by observation). If you found a counterexample please tell me.
This is a partial answer.
This answer proves that if $N$ is prime, then $S_{p-1} \equiv S_{0}\pmod{N}$.
Proof :
Let us first prove by induction that $$S_i=a^{11^{i+1}}+a^{-11^{i+1}}\tag1$$ where $a:=2+\sqrt 3$.
For $i=0$, $(1)$ holds since $a^{11}+a^{-11}=1956244=S_0$.
Suppose that $(1)$ holds for $i$.
Letting $b_m:=a^{11^{i+1}\ m}+a^{-11^{i+1}\ m}$, one gets $$\begin{align}S_{i+1}&=S_{i}^{11}-11 S_{i}^9+44 S_{i}^7-77 S_{i}^5+55 S_{i}^3-11 S_{i} \\\\&=(b_{11} + 11b_9 + 55b_7 + 165b_5 + 330 b_3 + 462b_1) \\&\qquad -11(b_9 + 9 b_7 + 36 b_5 + 84 b_3 + 126 b_1) \\&\qquad +44(b_7 + 7 b_5 + 21 b_3 + 35 b_1) \\&\qquad -77(b_5 + 5 b_3 + 10 b_1) \\&\qquad +55(b_3 + 3 b_1) \\&\qquad -11b_1 \\\\&=b_{11} \\\\&=a^{11^{i+2}}+a^{-11^{i+2}}.\quad\square\end{align}$$
Using $(1)$, one has $$\begin{align}S_{p-1}&=(2+\sqrt 3)^{10N+1}+(2-\sqrt 3)^{10N+1} \\\\&=(2+\sqrt 3)(2+\sqrt 3)^{10N}+(2-\sqrt 3)(2-\sqrt 3)^{10N} \\\\&=(2+\sqrt 3)(262087 + 151316 \sqrt 3)^{N}+(2-\sqrt 3)(262087 - 151316 \sqrt 3)^{N} \\\\&=2\bigg((262087 + 151316 \sqrt 3)^{N}+(262087 - 151316 \sqrt 3)^{N}\bigg) \\&\qquad +\sqrt 3\bigg((262087 + 151316 \sqrt 3)^{N}-(262087 - 151316 \sqrt 3)^{N}\bigg) \\\\&=2\sum_{k=0}^{N}\binom Nk262087^{N-k}\bigg((151316\sqrt 3)^{k}+(-151316\sqrt 3)^{k}\bigg) \\&\qquad +\sqrt 3\sum_{k=0}^{N}\binom Nk262087^{N-k}\bigg((151316\sqrt 3)^{k}-(-151316\sqrt 3)^{k}\bigg) \\\\&=2\sum_{j=0}^{(N-1)/2}\binom N{2j}262087^{N-2j}\bigg(2(151316\sqrt 3)^{2j}\bigg) \\&\qquad +\sqrt 3\sum_{j=1}^{(N+1)/2}\binom N{2j-1}262087^{N-(2j-1)}\bigg(2(151316\sqrt 3)^{2j-1}\bigg) \\\\&=4\sum_{j=0}^{(N-1)/2}\binom N{2j}262087^{N-2j}\cdot 151316^{2j}\cdot 3^j \\&\qquad +2\sum_{j=1}^{(N+1)/2}\binom N{2j-1}262087^{N-(2j-1)}\cdot 151316^{2j-1}\cdot 3^j\end{align}$$
Since $N$ is prime, one has, for $1\leqslant i\leqslant N-1$, $\displaystyle\binom Ni\equiv 0\pmod N$, so one gets $$\begin{align}S_{p-1}&\equiv 4\binom N{0}262087^{N}\cdot 151316^{0}\cdot 3^0 \\&\qquad+2\binom N{N}262087^{0}\cdot 151316^{N}\cdot 3^{(N+1)/2}\pmod N \\\\&\equiv 4\cdot 262087^{N}+6\cdot 151316^N\cdot 3^{(N-1)/2}\pmod N \\\\&\equiv 4\cdot 262087^{N}+6\cdot 151316^N\cdot \dfrac{(-1)^{(N-1)/2}}{\bigg(\dfrac N3\bigg)}\pmod N\end{align}$$where $\bigg(\dfrac{q}{p}\bigg)$ denotes the Legendre symbol.
By Fermat's little theorem, one has $262087^{N}\equiv 262087\pmod N$ and $151316^N\equiv 151316\pmod N$.
$N\equiv 1\pmod 4$ since if $p=6n+5$, then $2N\equiv 10N\equiv 11^{6n+5}-1\equiv 3^{6n+5}-1\equiv 3^5\cdot 729^n-1\equiv 3\cdot 1^n-1\equiv 2\pmod 8$, and if $p=6n+1$, then $2N\equiv 10N\equiv 11^{6n+1}-1\equiv 3^{6n+1}-1\equiv 3\cdot 729^n-1\equiv 3\cdot 1^n-1\equiv 2\pmod 8$.
$\bigg(\dfrac N3\bigg)=1$ since $N\equiv 10N\equiv 11^p-1\equiv (-1)^p-1\equiv 1\pmod 3$.
Therefore, one finally has $$\begin{align}S_{p-1}&\equiv 4\cdot 262087+6\cdot 151316\cdot \frac 11\pmod N \\\\&\equiv 1956244\pmod N \\\\&\equiv S_0\pmod N.\quad\blacksquare\end{align}$$