Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071541
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071541 Number of k's less than or equal to 10^n such that there are middle divisors of k (A071090). +0
2
6, 43, 336, 2932, 26870, 252756, 2409731 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

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}]

CROSSREFS

Cf. A071540.

Sequence in context: A098665 A153397 A005786 this_sequence A146966 A090010 A062266

Adjacent sequences: A071538 A071539 A071540 this_sequence A071542 A071543 A071544

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), May 31 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research