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 A087483 #39 Aug 24 2024 22:43:42 %S A087483 1,2,4,6,9,13,17,22,28,34,41,49,57,66,76,86,97,109,121,134,148,162, %T A087483 177,193,209,226,244,262,281,301,321,342,364,386,409,433,457,482,508, %U A087483 534,561,589,617,646,676,706,737,769,801,834,868,902,937,973,1009,1046,1084 %N A087483 Row 0 of the order array of 3/2, i.e., row 0 of the transposable dispersion in A087465. %C A087483 Also, column 0 of the transposable dispersion in A087468. %H A087483 Vincenzo Librandi, <a href="/A087483/b087483.txt">Table of n, a(n) for n = 0..10000</a> %H A087483 Clark Kimberling and John E. Brown, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL7/Kimberling/kimber67.html">Partial Complements and Transposable Dispersions</a>, J. Integer Seqs. 7 (2004), article 04.1.6. %H A087483 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1,1,-2,1). %F A087483 a(n) = n + 1 - floor(n/3) + Sum_{i=1..n} floor(2i/3). %F A087483 a(n) = 1 + floor((n+1)^2/3) = 1 + A000212(n+1). %F A087483 a(n) = A192735(n+2) / (n+2). - _Reinhard Zumkeller_, Jul 08 2011 %F A087483 G.f.: -(x^4-x^3+x^2+1) / ((x-1)^3*(x^2+x+1)). - _Colin Barker_, Mar 31 2013 %p A087483 A087483 := proc(n) %p A087483 1+floor((n+1)^2/3) ; %p A087483 end proc: %p A087483 seq(A087483(n),n=0..10) ; # _R. J. Mathar_, Aug 10 2017 %t A087483 LinearRecurrence[{2, -1, 1, -2, 1}, {1, 2, 4, 6, 9}, 100] (* _Jean-François Alcover_, Mar 29 2020 *) %Y A087483 Cf. A053799, A087465, A087468. %K A087483 nonn,easy %O A087483 0,2 %A A087483 _Clark Kimberling_, Sep 09 2003 %E A087483 Edited by _Max Alekseyev_, Dec 05 2013