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 A017137 #69 Apr 12 2025 11:20:32 %S A017137 6,14,22,30,38,46,54,62,70,78,86,94,102,110,118,126,134,142,150,158, %T A017137 166,174,182,190,198,206,214,222,230,238,246,254,262,270,278,286,294, %U A017137 302,310,318,326,334,342,350,358,366,374,382,390,398,406,414,422,430 %N A017137 a(n) = 8*n + 6. %C A017137 First differences of A002943. - _Aaron David Fairbanks_, May 13 2014 %H A017137 Vincenzo Librandi, <a href="/A017137/b017137.txt">Table of n, a(n) for n = 0..10000</a> %H A017137 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>. %H A017137 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1). %F A017137 a(n) = 2*A004767(n) = A000290(A017245(n)) - A156676(n+1). - _Reinhard Zumkeller_, Jul 13 2010 %F A017137 a(n) = 2*a(n-1) - a(n-2). - _Vincenzo Librandi_, Jun 07 2011 %F A017137 A089911(3*a(n)) = 4. - _Reinhard Zumkeller_, Jul 05 2013 %F A017137 From _Michael Somos_, May 15 2014: (Start) %F A017137 G.f.: (6 + 2*x)/(1 - x)^2. %F A017137 E.g.f.: (6 + 8*x)*exp(x). (End) %F A017137 Sum_{n>=0} (-1)^n/a(n) = (Pi + log(3-2*sqrt(2)))/(8*sqrt(2)). - _Amiram Eldar_, Dec 11 2021 %F A017137 a(n) = A016825(2*n+1). - _Elmo R. Oliveira_, Apr 12 2025 %e A017137 G.f. = 6 + 14*x + 22*x^2 + 30*x^3 + 38*x^4 + 46*x^5 + 54*x^6 + 62*x^7 + ... %p A017137 A017137:=n->8*n+6; seq(A017137(n), n=0..50); # _Wesley Ivan Hurt_, May 13 2014 %t A017137 Range[6, 1000, 8] (* _Vladimir Joseph Stephan Orlovsky_, May 27 2011 *) %t A017137 8Range[0,60]+6 (* or *) LinearRecurrence[{2,-1},{6,14},60] (* _Harvey P. Dale_, Nov 14 2021 *) %o A017137 (Magma) [8*n+6: n in [0..60]]; // _Vincenzo Librandi_, Jun 07 2011 %o A017137 (Haskell) %o A017137 a017137 = (+ 6) . (* 8) -- _Reinhard Zumkeller_, Jul 05 2013 %o A017137 (PARI) a(n) = 8*n+6; \\ _Michel Marcus_, Sep 17 2015 %o A017137 (PARI) Vec((6+2*x)/(1-x)^2 + O(x^100)) \\ _Altug Alkan_, Oct 23 2015 %Y A017137 Cf. A000290, A002943, A004767, A004770, A008590, A017101, A017113, A017245, A156676. %Y A017137 Cf. A016825, A017629, A047595 (complement), A089911. %K A017137 nonn,easy %O A017137 0,1 %A A017137 _N. J. A. Sloane_, Dec 11 1996