cp's OEIS Frontend

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.

A161714 a(n) = 28*n + 1.

This page as a plain text file.
%I A161714 #20 Sep 08 2022 08:45:45
%S A161714 1,29,57,85,113,141,169,197,225,253,281,309,337,365,393,421,449,477,
%T A161714 505,533,561,589,617,645,673,701,729,757,785,813,841,869,897,925,953,
%U A161714 981,1009,1037,1065,1093,1121,1149,1177,1205,1233,1261,1289,1317,1345,1373
%N A161714 a(n) = 28*n + 1.
%H A161714 Vincenzo Librandi, <a href="/A161714/b161714.txt">Table of n, a(n) for n = 0..5000</a>
%H A161714 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).
%F A161714 G.f.: (1 + 27*x)/(1-x)^2. - _Indranil Ghosh_, Apr 05 2017
%F A161714 E.g.f.: (1 + 28*x)*exp(x). - _G. C. Greubel_, Sep 18 2019
%p A161714 seq(1+28*n, n=0..60); # _G. C. Greubel_, Sep 18 2019
%t A161714 Range[1, 1700, 28] (* _Vladimir Joseph Stephan Orlovsky_, Jun 15 2011 *)
%t A161714 CoefficientList[Series[(1+27x)/(1-x)^2, {x,0,60}], x] (* _Michael De Vlieger_, Apr 05 2017 *)
%o A161714 (Magma) [28*n + 1: n in [0..60]]; // _Vincenzo Librandi_, May 04 2011
%o A161714 (PARI) vector(60, n, 28*n-27) \\ _G. C. Greubel_, Sep 18 2019
%o A161714 (Sage) [1+28*n for n in (0..60)] # _G. C. Greubel_, Sep 18 2019
%o A161714 (GAP) List([0..60], n-> 1+28*n); # _G. C. Greubel_, Sep 18 2019
%Y A161714 Cf. A005408, A016813, A016921, A017281, A017533, A128470, A158057, A161700, A161705, A161709.
%K A161714 nonn,easy
%O A161714 0,2
%A A161714 _Reinhard Zumkeller_, Jun 17 2009