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!)
A065969 a(n) = 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; text; internal format)
OFFSET
1,2
LINKS
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) ) } \\ Harry J. Smith, Nov 05 2009
CROSSREFS
Sequence in context: A086761 A045191 A065958 * A306775 A027884 A370532
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 09 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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)