login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032564 Quotient of 'base-16' division described in A032563. 1

%I #11 Oct 06 2019 20:25:24

%S 1,1,1,1,1,1,1,1,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,

%T 4,4,4,4,6,6,6,10,10,10,10,10,10,10,10,16,16,16,16,16,16,16,16,25,22,

%U 25,25,25,40,37,35,41,40,40,40,41,42,66,64,61,56,64,65,64,67,65,64,68,67

%N Quotient of 'base-16' division described in A032563.

%p d:= Vector(10^7, 1):

%p for i from 1 to 7 do

%p inds:= 10^i*[$1..10^(7-i)];

%p d[inds]:= (2*16^i+3)/5;

%p od:

%p b:= Vector(10^7):

%p b[1]:= 1:

%p for i from 2 to 10^7 do

%p b[i]:= b[i-1]+d[i]

%p od: map(t-> if type(b[t]/ t,integer) then b[t]/t fi, [$1..10^7]); # _Robert Israel_, Aug 30 2015

%Y See A032563 for explanation.

%K nonn

%O 1,10

%A _Patrick De Geest_, Apr 15 1998

%E More terms from Larry Reeves (larryr(AT)acm.org), Oct 02 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)