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!)
A053789 a(n) = A020639(A053790(n)). 2
2, 2, 2, 7, 2, 3, 2, 2, 2, 3, 2, 3, 2, 3, 2, 7, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 41, 2, 3, 2, 3, 2, 3, 2, 3, 2, 59, 2, 7, 2, 3, 2, 3, 2, 7, 2, 37, 2, 2, 5, 2, 2, 89, 2, 3, 2, 3, 2, 7, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 13, 2, 109, 2, 2, 17, 2, 2, 2, 7, 2, 7, 2, 2, 7, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(4) = 7 because the sum of the first 8 primes is 77 and 7 is its least prime divisor.
MAPLE
N:= 2000: # to use primes <= N
P:= select(isprime, [2, seq(i, i=3..N, 2)]):
A053790:= remove(isprime, ListTools:-PartialSums(P)):
map(t -> min(numtheory:-factorset(t)), A053790); # Robert Israel, Jan 29 2018
CROSSREFS
Sequence in context: A129365 A125838 A021453 * A115596 A202033 A340742
KEYWORD
easy,nonn
AUTHOR
Enoch Haga, Mar 27 2000
EXTENSIONS
Edited by N. J. A. Sloane, Mar 16 2008, following explication by R. J. Mathar, Feb 26 2008
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 August 11 01:05 EDT 2024. Contains 375059 sequences. (Running on oeis4.)