Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141800
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141800 For n>=2, a(n) = sum{k=1 to n} (smallest prime dividing (n*k)). a(1)=0. +0
2
0, 4, 8, 8, 17, 12, 28, 16, 23, 20, 50, 24, 67, 28, 38, 32, 95, 36, 118, 40, 53, 44, 152, 48, 81, 52, 68, 56, 201, 60, 236, 64, 83, 68, 112, 72, 293, 76, 98, 80, 345, 84, 392, 88, 113, 92, 450, 96, 185, 100, 128, 104, 525, 108, 176, 112, 143, 116, 604, 120, 669, 124, 158 (list; graph; listen)
OFFSET

1,2

LINKS

Diana Mecum, Table of n, a(n) for n=1,...,1000

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

For n = 5, the smallest prime dividing 1*5=5 is 5. The smallest prime dividing 2*5=10 is 2. The smallest prime dividing 3*5=15 is 3. The smallest prime dividing 4*5=20 is 2. And the smallest prime dividing 5*5=25 is 5. So a(5) = 5+2+3+2+5 = 17.

MATHEMATICA

Contribution from Diana Mecum (diana.mecum(AT)gmail.com), Jan 02 2009: (Start)

Table[sum=0; Do[sum=sum+Min[Divisors[k*n][[2]], Divisors[n][[2]]], {k, 1, n}];

sum, {n, 2, 1000}], (then manually add in a(0)term) (End)

CROSSREFS

Cf. A141801.

Sequence in context: A005877 A098354 A089474 this_sequence A019197 A160171 A066106

Adjacent sequences: A141797 A141798 A141799 this_sequence A141801 A141802 A141803

KEYWORD

nonn

AUTHOR

Leroy Quet Jul 05 2008

EXTENSIONS

Added terms a(10) - a(1000) Diana Mecum (diana.mecum(AT)gmail.com), Jan 02 2009

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 December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research