Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108274
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108274 Sum of the first 10^n terms in A097974. a(n) = sum_{m=1..10^n} t(m), where t(m) is the sum of the prime divisors of m that are less than or equal to sqrt(m). +0
1
0, 11, 316, 7387, 176966, 4432573, 114080666, 3031070859 (list; graph; listen)
OFFSET

0,2

COMMENT

Does a(n+1)/a(n) converge?

EXAMPLE

The first 10^2 terms in A097974 sum to 316, so a(2) = 316.

MATHEMATICA

s = 0; k = 1; Do[s += Plus @@ Select[Select[Divisors[n], PrimeQ], #<=Sqrt[n] &]; If[n == k, Print[s]; s = 0; k *= 10], {n, 1, 10^7}]

CROSSREFS

Cf. A097974.

Adjacent sequences: A108271 A108272 A108273 this_sequence A108275 A108276 A108277

Sequence in context: A090272 A090271 A106827 this_sequence A115609 A084944 A107441

KEYWORD

more,nonn

AUTHOR

Ryan Propper (rpropper(AT)stanford.edu), Jul 24 2005

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research