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!)
A062755 a(n) = sigma_n(n^2): sum of n-th powers of divisors of n^2. 2
1, 21, 757, 69905, 9768751, 2214363531, 678223896393, 282578800148737, 150102261281924281, 100097761867442455851, 81402749387125072783933, 79516409977044969123349715, 91733330193268919533506208263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n)=sigma(n^2, n);
(Sage) [sigma(n^2, n)for n in range(1, 14)] # Zerinvary Lajos, Jun 13 2009
(Maxima) makelist(divsum(n^2, n), n, 1, 100); /* Emanuele Munarini, Mar 26 2011 */
CROSSREFS
Sequence in context: A078791 A201069 A143002 * A012850 A012645 A220069
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 15 2001
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)