|
Search: id:A069290
|
|
|
| A069290 |
|
Sum of square roots of square divisors of n. |
|
+0 2
|
|
| 1, 1, 1, 3, 1, 1, 1, 3, 4, 1, 1, 3, 1, 1, 1, 7, 1, 4, 1, 3, 1, 1, 1, 3, 6, 1, 4, 3, 1, 1, 1, 7, 1, 1, 1, 12, 1, 1, 1, 3, 1, 1, 1, 3, 4, 1, 1, 7, 8, 6, 1, 3, 1, 4, 1, 3, 1, 1, 1, 3, 1, 1, 4, 15, 1, 1, 1, 3, 1, 1, 1, 12, 1, 1, 6, 3, 1, 1, 1, 7, 13, 1, 1, 3, 1, 1, 1, 3, 1, 4, 1, 3, 1, 1, 1, 7, 1, 8, 4, 18, 1, 1
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
a(m)=1 iff m is square-free (A005117).
|
|
LINKS
|
Nick Hobson, Table of n, a(n) for n = 1..1000
|
|
FORMULA
|
Multiplicative with a(p^e) = (p^(floor(e/2)+1)-1)/(p-1). - Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 23 2002
G.f.: Sum( k>=0, k*x^k^2/(1-x^k^2) ). - Ralf Stephan, Apr 21 2003
|
|
EXAMPLE
|
Square divisors for n=48: {1, 2^2, 4^2}, so a(48)=1+2+4=7.
|
|
PROGRAM
|
(PARI) vector(102, n, sumdiv(n, d, issquare(d)*sqrtint(d)))
|
|
CROSSREFS
|
Cf. A035316, A000188, A046951.
Sequence in context: A030401 A166030 A132890 this_sequence A076476 A016733 A060234
Adjacent sequences: A069287 A069288 A069289 this_sequence A069291 A069292 A069293
|
|
KEYWORD
|
nonn,easy,mult
|
|
AUTHOR
|
Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Mar 14 2002
|
|
EXTENSIONS
|
More terms from Larry Reeves (larryr(AT)acm.org), Jul 01 2002
|
|
|
Search completed in 0.002 seconds
|