Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Mar 16 2017 11:12:25
%S -19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,
%T 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,
%U 27,28,29,30,31,32,33,34,35,36,37,38,39,40,41
%N n-19.
%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H Robert G. Wilson v, <a href="/A001477/a001477.txt">American English names for the numbers from 0 to 100999 without spaces or hyphens</a>.
%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2, -1).
%p A023461:=n->n-19; seq(A023461(k), k=0..100); # _Wesley Ivan Hurt_, Nov 05 2013
%t Table[n-19, {n,0,100}] (* _Wesley Ivan Hurt_, Nov 05 2013 *)
%K sign
%O 0,1
%A _N. J. A. Sloane_.