login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064772 Sum of primes dividing n^n+1 (with repetition). 1
2, 5, 11, 257, 526, 147, 1030, 1027, 530793, 31603, 58685, 2228292, 113060, 180326, 163123, 67280421584898, 45957792327018709129, 33414185, 870543318650, 4406613081350403, 22864393425065, 82812579069940, 1576297793, 27266016518 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Total[Times@@@FactorInteger[n^n+1]], {n, 25}] (* Harvey P. Dale, Sep 17 2011 *)
PROG
(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=1, 61, write("b064772.txt", n, " ", sopfr(n^n + 1)) ) } \\ Harry J. Smith, Sep 24 2009
CROSSREFS
Sequence in context: A098438 A225955 A236073 * A107989 A069504 A158997
KEYWORD
nonn
AUTHOR
Jason Earls, Oct 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)