Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114520
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114520 Composites in sequence A114518. +0
3
6, 10, 12, 18, 22, 24, 28, 34, 36, 40, 48, 52, 54, 58, 72, 76, 82, 88, 100, 108, 112, 118, 142, 148, 160, 162, 165, 172, 184, 192, 196, 202, 208, 210, 214, 232, 250, 268, 273, 274, 288, 298, 316, 345, 352, 358, 382, 384, 385, 388, 390, 394, 399, 400, 412, 420 (list; graph; listen)
OFFSET

1,1

EXAMPLE

24 is a composite. 24 = 2^3 * 3, and 2^3 + 3 = 11, which is prime. So 24 is in the sequence.

MATHEMATICA

f[n_] := Plus @@ Power @@@ FactorInteger[n]; Select[Select[Range[425], PrimeQ[f[ # ]] &], ! PrimeQ[ # ] &] (*Chandler*)

PROGRAM

(PARI) A008475(n)=local(t); if(n<1, 0, t=factor(n); sum(k=1, matsize(t)[1], t[k, 1]^t[k, 2])); for(i=1, 700, if(!isprime(i)&&isprime(A008475(i)), print1(i, ", "))) (Herrgesell)

CROSSREFS

Cf. A008475, A114518, A114521, A047820.

Sequence in context: A066038 A125592 A110085 this_sequence A046288 A101933 A076763

Adjacent sequences: A114517 A114518 A114519 this_sequence A114521 A114522 A114523

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Dec 05 2005

EXTENSIONS

Extended by 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research