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.

A168416 a(n) = 1 + 9*floor(n/2).

This page as a plain text file.
%I A168416 #26 Mar 04 2024 01:12:50
%S A168416 1,10,10,19,19,28,28,37,37,46,46,55,55,64,64,73,73,82,82,91,91,100,
%T A168416 100,109,109,118,118,127,127,136,136,145,145,154,154,163,163,172,172,
%U A168416 181,181,190,190,199,199,208,208,217,217,226,226,235,235,244,244,253,253
%N A168416 a(n) = 1 + 9*floor(n/2).
%H A168416 Vincenzo Librandi, <a href="/A168416/b168416.txt">Table of n, a(n) for n = 1..1000</a>
%H A168416 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,-1).
%F A168416 a(n) = 9*n - a(n-1) - 7, with n>1, a(1)=1.
%F A168416 G.f.: x*(1 + 9*x - x^2)/((1+x)*(x-1)^2). - _Vincenzo Librandi_, Sep 19 2013
%F A168416 a(n) = a(n-1) +a(n-2) -a(n-3). - _Vincenzo Librandi_, Sep 19 2013
%F A168416 E.g.f.: (1/4)*(9 - 4*exp(x) + (18*x - 5)*exp(2*x))*exp(-x). - _G. C. Greubel_, Jul 22 2016
%t A168416 Table[1 + 9 Floor[n/2], {n, 70}] (* or *) CoefficientList[Series[(1 + 9 x - x^2)/((1 + x) (x - 1)^2), {x, 0, 70}], x] (* _Vincenzo Librandi_, Sep 19 2013 *)
%o A168416 (Magma) [1+9*Floor(n/2): n in [1..70]]; // _Vincenzo Librandi_, Sep 19 2013
%Y A168416 Cf. A017173.
%K A168416 nonn,easy
%O A168416 1,2
%A A168416 _Vincenzo Librandi_, Nov 25 2009
%E A168416 New definition by _Vincenzo Librandi_, Sep 19 2013