Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A139140
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A139140 For n>=1, a(n) = d(p(n)+1) + d(p(n)+2) + d(p(n)+3) +...+d(p(n+1)), where d(m) is the number of positive divisors of m and p(n) is the nth prime. a(0) = d(1) + d(2). +0
2
3, 2, 5, 6, 13, 8, 15, 8, 16, 27, 10, 29, 18, 10, 18, 31, 30, 14, 31, 20, 14, 30, 21, 34, 48, 23, 10, 22, 14, 24, 83, 22, 38, 10, 61, 14, 40, 36, 20, 41, 34, 20, 60, 16, 23, 14, 82, 72, 27, 14, 26, 36, 22, 58, 45, 36, 40, 18, 42, 28, 10, 67, 98, 26, 18, 24, 101, 42, 64, 14, 34 (list; graph; listen)
OFFSET

0,1

LINKS

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

FORMULA

For n>=1, a(n) = sum{k=1 to p(n+1)} (floor(p(n+1)/k) - floor(p(n)/k)), where p(n) is the nth prime.

a(n)=A006218(A000040(n+1))-A006218(A000040(n)), n>0. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2008

EXAMPLE

The 9th prime is 23 and the 10th prime is 29. So a(9) = d(24) + d(25) + d(26) + d(27) + d(28) + d(29) = 8 + 3 + 4 + 4 + 6 + 2 = 27.

MAPLE

A000005 := proc(n) numtheory[tau](n) ; end: A006218 := proc(n) local k ; add(A000005(k), k=1..n) ; end: A139140 := proc(n) if n = 0 then RETURN(3) ; else A006218( ithprime(n+1))-A006218(ithprime(n)) ; fi ; end: seq(A139140(n), n=0..100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2008

CROSSREFS

Cf. A139141.

Sequence in context: A055922 A050061 A058638 this_sequence A047074 A021311 A128224

Adjacent sequences: A139137 A139138 A139139 this_sequence A139141 A139142 A139143

KEYWORD

nonn

AUTHOR

Leroy Quet Apr 10 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2008

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 13:47 EST 2009. Contains 167481 sequences.


AT&T Labs Research