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.
%I A073760 #34 Jul 26 2018 09:28:26 %S A073760 6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94, %T A073760 98,102,106,110,114,118,122,126,130,134,138,142,146,150,154,158,162, %U A073760 166,170,174,178,182,186,190,194,198,202,206,210,214,218,222,226,230 %N A073760 Integers m such that A073758(m) = 4. %C A073760 Essentially the same as A016825. %H A073760 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1). %F A073760 a(n) = 4*n + 2. - _Max Alekseyev_, Mar 03 2007 %F A073760 a(n) = 8*n - a(n-1), with a(1)=6. - _Vincenzo Librandi_, Aug 08 2010 %F A073760 a(1)=6, a(2)=10; for n>2, a(n) = 2*a(n-1) - a(n-2). - _Harvey P. Dale_, Mar 06 2012 %o A073760 (PARI) a(n) = 4*n+2; \\ _Altug Alkan_, Jul 23 2018 %Y A073760 Cf. A016825, A045763, A073758, A073759. %K A073760 nonn,easy %O A073760 1,1 %A A073760 _Labos Elemer_, Aug 08 2002 %E A073760 Definition simplified by _Michel Marcus_, Jul 26 2018