Search: id:A059995
Results 1-1 of 1 results found.
%I A059995
%S A059995 0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,
%T A059995 3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,
%U A059995 7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,10,10,10
%N A059995 Drop final digit of n.
%H A059995 Harry J. Smith, Table of n, a(n) for n=0,...,1000
a>
%H A059995 Index entries for sequences related to
final digits of numbers
%F A059995 a(n) =a(n-10)+1 =floor[n/10] =(n-A010879(n))/10. G.f.: x^10/((1-x)(1-x^10))
%F A059995 Partial sums are given by A131242. - Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de),
Jun 21 2007
%o A059995 (PARI) a(n)=if(n<0,0,n\10)
%o A059995 (PARI) { for (n=0, 1000, write("b059995.txt", n, " ", n\10); ) } [From
Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 01 2009]
%o A059995 (Other) sage: [floor(n/5)-floor(n/10) for n in xrange(-5,98)]# [From
Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 02 2009]
%Y A059995 Cf. A004526, A054899.
%Y A059995 Sequence in context: A111851 A111852 A133880 this_sequence A132272 A054899
A061217
%Y A059995 Adjacent sequences: A059992 A059993 A059994 this_sequence A059996 A059997
A059998
%K A059995 base,easy,nonn,new
%O A059995 0,21
%A A059995 Henry Bottomley (se16(AT)btinternet.com), Mar 12 2001
Search completed in 0.001 seconds