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!)
A071540 Number of k's less than or equal to 10^n such that there are no middle divisors of k (A071090). 5

%I #3 Mar 30 2012 17:30:44

%S 4,57,664,7068,73130,747244,7590269

%N Number of k's less than or equal to 10^n such that there are no middle divisors of k (A071090).

%t f[n_] := Plus @@ Select[ Divisors[n], Sqrt[n/2] <= # < Sqrt[n*2] &]; s = 0; k = 0; Do[ While[k < 10^n, k++; If[ f[k] == 0, s++ ]]; Print[s], {n, 1, 7}]

%Y Cf. A071541.

%K nonn

%O 1,1

%A _Robert G. Wilson v_, May 31 2002

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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)