[go: up one dir, main page]

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!)
A225738 Number of numbers k such that k < d(k)^(n/10), where d(k) is the number of divisors of k. 11
0, 1, 1, 3, 4, 4, 7, 14, 21, 29, 52, 89, 155, 284, 528, 1018, 2046, 4282, 9272, 21466, 50967 (list; graph; refs; listen; history; text; internal format)
OFFSET
10,4
LINKS
MATHEMATICA
Table[f = 0; Do[If[k < DivisorSigma[0, k]^(n/10), f++], {k, 10^4}]; f, {n, 10, 20}]
CROSSREFS
Cf. A034884 (n < d(n)^2), A056757 (n < d(n)^3), A225729-A225737.
Sequence in context: A121924 A241740 A342332 * A186679 A275742 A161496
KEYWORD
nonn
AUTHOR
T. D. Noe, May 14 2013
STATUS
approved

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 August 30 19:17 EDT 2024. Contains 375545 sequences. (Running on oeis4.)