Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108298
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108298 Sum of the first 10^n terms in A097975. a(n) = sum_{m=1..10^n} t(m), where t(m) is the sum of the prime divisors of m that are greater than or equal to sqrt(m). +0
1
0, 30, 1767, 131149, 9901470, 780654405, 64077091471, 5427484448862 (list; graph; listen)
OFFSET

0,2

COMMENT

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

EXAMPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A097975.

Sequence in context: A103917 A089550 A007804 this_sequence A042743 A042740 A112003

Adjacent sequences: A108295 A108296 A108297 this_sequence A108299 A108300 A108301

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research