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!)
A347526 Number of divisors of n that are at most n^(1/4). 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 3, 1, 2, 2, 2, 1, 3, 1, 2, 2, 2, 1, 3, 1, 2, 2, 2, 1, 3, 1, 2, 2, 2, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,16
LINKS
FORMULA
G.f.: Sum_{k>=1} x^(k^4)/(1 - x^k).
MATHEMATICA
a[n_] := DivisorSum[n, 1 &, # <= n^(1/4) &]; Array[a, 100] (* Amiram Eldar, Sep 05 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, d^4<=n);
(PARI) N=99; x='x+O('x^N); Vec(sum(k=1, N^(1/4), x^k^4/(1-x^k)))
CROSSREFS
Sequence in context: A040001 A134451 A229217 * A167965 A270370 A167966
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 05 2021
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)