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!)
A169802 Numbers k equal to A074036(k) = sum of primes from least to largest prime factor. 3
2, 3, 5, 7, 10, 11, 13, 17, 19, 23, 29, 31, 37, 39, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 155, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Union of primes (A000040) and A055233.
LINKS
MATHEMATICA
upto=500; a={}; Do[f=Map[First, FactorInteger[k]]; If[k==Total[Select[Range[First[f], Last[f]], PrimeQ]], AppendTo[a, k]], {k, upto}]; a (* Paolo Xausa, Nov 27 2021 *)
PROG
(PARI) select( {is_A169802(n, f=factor(n)[, 1])=n>1&&n==vecsum(primes([f[1], f[#f]]))}, [1..222]) \\ M. F. Hasler, Nov 24 2021
CROSSREFS
Cf. A055233 (this without primes), A074036 (sum of primes from spf(n) to gpf(n)).
Cf. A020639 (spf: smallest prime factor), A006530 (gpf: greatest prime factor).
Sequence in context: A324813 A235050 A117286 * A194948 A266679 A285257
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 24 2010
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 May 10 09:34 EDT 2024. Contains 372377 sequences. (Running on oeis4.)