A375090 Omit the trailing 4 from the terms of the Lucas-Lehmer sequence A003010.
0, 1, 19, 3763, 141631795, 200595654682274611, 402386166774103602282563565610210099, 1619146272111567178177755907012051366495859012549915851432930874097578803
Offset: 0
Links
- Stefano Spezia, Table of n, a(n) for n = 0..10
Programs
Formula
a(n) = (A003010(n) - 4)/10.
a(n) = 10*a(n-1)^2 + 8*a(n-1) + 1 for n > 0.
Comments