Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114522
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114522 Numbers n such that sum of distinct prime divisors of n is prime. +0
6
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 29, 31, 32, 34, 36, 37, 40, 41, 43, 44, 47, 48, 49, 50, 53, 54, 58, 59, 61, 64, 67, 68, 71, 72, 73, 79, 80, 81, 82, 83, 88, 89, 96, 97, 100, 101, 103, 107, 108, 109, 113, 116, 118, 121, 125, 127 (list; graph; listen)
OFFSET

1,1

COMMENT

Sequence is the union of the primes and sequence A047820.

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

24 = 2^3 * 3 and 2 + 3 = 5, which is prime. So 24 is included.

MATHEMATICA

f[n_] := Plus @@ First /@ FactorInteger[n]; Select[Range[130], PrimeQ[f[ # ]] &] (*Chandler*)

Select[Range@127, PrimeQ[Plus @@ First /@ FactorInteger@# ] &] (* Robert G. Wilson v *)

PROGRAM

(PARI) for(n=1, 200, v=factor(n); s=0; for(i=1, matsize(v)[1], s+=v[i, 1]); if(isprime(s), print1(n, ", "))) (Herrgesell)

CROSSREFS

Cf. A114518, A047820, A008472.

Sequence in context: A048338 A102450 A023782 this_sequence A053432 A154125 A106039

Adjacent sequences: A114519 A114520 A114521 this_sequence A114523 A114524 A114525

KEYWORD

nonn

AUTHOR

Leroy Quet Dec 05 2005

EXTENSIONS

Extended by Robert G. Wilson v (rgwv(at)rgwv.com), Ray Chandler (rayjchandler(AT)sbcglobal.net) and Lambert Herrgesell (zero815(AT)googlemail.com), Dec 07 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research