login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064011 Sum of distinct primes dividing n!+1. 1
2, 3, 7, 5, 11, 110, 71, 722, 359, 329902, 39916801, 2834342, 75024430, 3790360510, 46271879, 1059865, 1538931, 123611150, 1713311273363902, 117897322430, 2703876255255, 93799610095770191, 148139754736864717 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,60

PROG

(PARI) sopf(n, s, fac, i)=fac=factor(n); for(i=1, matsize(fac)[1], s=s+fac[i, 1]); return(s); for(n=1, 23, print(sopf(n!+1)))

(PARI) sopf(n)= { local(f, s=0); f=factor(n); for(i=1, matsize(f)[1], s+=f[i, 1]); return(s) } { for (n=1, 60, write("b064011.txt", n, " ", sopf(n! + 1)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 06 2009]

CROSSREFS

Sequence in context: A063904 A139317 A117928 * A050367 A192175 A059459

Adjacent sequences:  A064008 A064009 A064010 * A064012 A064013 A064014

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Sep 07 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:57 EST 2012. Contains 205823 sequences.