login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065969 n^2 * Sum_{primes p dividing n} (1 + 1/p^2). 1
0, 5, 10, 20, 26, 85, 50, 80, 90, 229, 122, 340, 170, 445, 484, 320, 290, 765, 362, 916, 940, 1093, 530, 1360, 650, 1525, 810, 1780, 842, 3061, 962, 1280, 2308, 2605, 2524, 3060, 1370, 3253, 3220, 3664, 1682, 5965, 1850, 4372, 4356, 4765 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) { for (n=1, 1000, s=0; p=2; while (p<=n, if(n%p == 0, s+=1 + 1/p^2); p=nextprime(p + 1)); write("b065969.txt", n, " ", n^2*s) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 05 2009]

CROSSREFS

Sequence in context: A086761 A045191 A065958 * A027884 A026357 A117518

Adjacent sequences:  A065966 A065967 A065968 * A065970 A065971 A065972

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 09 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:46 EST 2012. Contains 205867 sequences.