Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065970
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065970 n^2 * Sum_{primes p dividing n} (1 - 1/p^2). +0
1
0, 3, 8, 12, 24, 59, 48, 48, 72, 171, 120, 236, 168, 339, 416, 192, 288, 531, 360, 684, 824, 843, 528, 944, 600, 1179, 648, 1356, 840, 2339, 960, 768, 2048, 2019, 2376, 2124, 1368, 2523, 2864, 2736, 1680, 4619, 1848, 3372, 3744, 3699, 2208 (list; graph; listen)
OFFSET

1,2

LINKS

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

PROGRAM

(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("b065970.txt", n, " ", n^2*s) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 05 2009]

CROSSREFS

Sequence in context: A007434 A128303 A123906 this_sequence A024463 A092954 A114803

Adjacent sequences: A065967 A065968 A065969 this_sequence A065971 A065972 A065973

KEYWORD

nonn,new

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research