%I A010749
%S A010749 1,1,1,1,1,2,8,30,94,257,640,1505,3482,8402,22660,70825,
%T A010749 248912,924764,3465758,12813670,46470377,165908866,588617326,
%U A010749 2103688426,7696710691,29266242303,116732304039,488414436671
%N A010749 Shifts 5 places right under inverse binomial transform.
%H A010749 M. Bernstein and N. J. A. Sloane, <a href="http://arXiv.org/abs/math.CO/
0205301">Some canonical sequences of integers</a>, Linear Alg. Applications,
226-228 (1995), 57-72; erratum 320 (2000), 210.
%H A010749 N. J. A. Sloane, <a href="transforms.txt">Transforms</a>
%p A010749 T:= proc(n,k) option remember; local j; if n<k then if n=0 then 1 else
0 fi else add (binomial(n-k,j) *T(j,k), j=0..n-k) fi end: a:= n->
T(n+5,5): seq (a(n), n=0..27); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de),
Sep 05 2008]
%Y A010749 Sequence in context: A000162 A052437 A131318 this_sequence A127865 A077839
A052530
%Y A010749 Adjacent sequences: A010746 A010747 A010748 this_sequence A010750 A010751
A010752
%K A010749 nonn,eigen
%O A010749 0,6
%A A010749 N. J. A. Sloane (njas(AT)research.att.com), Jonas Wallgren (jwc(AT)ida.liu.se)
|