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!)
A156858 Composite numbers k such that sum of prime factors of k + number of prime factors of k = prime. 0
6, 14, 18, 24, 26, 30, 38, 56, 66, 70, 72, 74, 86, 90, 96, 98, 104, 120, 126, 130, 134, 138, 150, 152, 154, 158, 162, 174, 190, 194, 198, 206, 218, 224, 238, 248, 254, 266, 280, 286, 288, 294, 296, 306, 310, 318, 326, 338, 342, 344, 350, 354, 360, 370, 378, 386 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
6(2+3+2=7), 14(2+7+2=11), 18(2+3+3+3=11), 24(2+2+2+3+4=13), 26(2+13+2=17), 30(2+3+5+3=13), 38(2+19+2=23), 56(2+2+2+7+4=17)
MATHEMATICA
fQ[n_] := Block[ {fi = Flatten[ Table[ First@#, {Last@#}] & /@ FactorInteger@n]}, !PrimeQ@n && PrimeQ[ Plus @@ fi + Length@ fi]]; Rest@ Select[ Range@ 400, fQ@# &] (* Robert G. Wilson v, Mar 14 2009 *)
CROSSREFS
Sequence in context: A108977 A260114 A340634 * A032500 A053474 A072204
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Mar 12 2009, May 10 2009
EXTENSIONS
a(39)-a(56) from Robert G. Wilson v, Mar 14 2009
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 15 23:48 EDT 2024. Contains 371696 sequences. (Running on oeis4.)