Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064798
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064798 Sum of primes dividing the repunit numbers (with repetition). +0
1
0, 0, 11, 40, 112, 312, 71, 4888, 322, 333710, 9414, 534888, 10073, 265371785, 913990, 2906544, 5882692, 5365294080, 386339, 1111111111111111111, 41017, 10845593, 547805, 11111111111111111111111, 100000284, 182521260315 (list; graph; listen)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

PROGRAM

(PARI) a(n) = (10^n-1)/9; {sopfr(n, s, fac, i) = fac=factor(n); for(i=1, matsize(fac)[1], s=s+fac[i, 1]*fac[i, 2]); return(s); } for(n=0, 35, print1(sopfr(a(n)), ", "))

(PARI) sopfr(n)= { local(f, s=0); f=factor(n); for(i=1, matsize(f)[1], s+=f[i, 1]*f[i, 2]); return(s) } { for (n=0, 100, write("b064798.txt", n, " ", sopfr((10^n - 1)/9)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 26 2009]

CROSSREFS

Cf. A002275, A001414.

Adjacent sequences: A064795 A064796 A064797 this_sequence A064799 A064800 A064801

Sequence in context: A031427 A147296 A059142 this_sequence A056124 A064768 A135719

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 18 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 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research