Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114519
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114519 a(n) = A008475(A114518(n)). +0
4
2, 3, 5, 5, 7, 7, 11, 7, 13, 17, 11, 19, 13, 23, 11, 11, 29, 31, 19, 13, 37, 13, 41, 43, 47, 19, 17, 53, 29, 31, 59, 61, 67, 71, 17, 73, 23, 79, 43, 83, 19, 89, 97, 29, 101, 103, 107, 31, 109, 23, 113, 61, 127, 131, 137, 139, 73, 41, 149, 151, 157, 37, 83, 163, 19, 167, 47 (list; graph; listen)
OFFSET

1,1

LINKS

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

EXAMPLE

A114518(15) = 24 = 2^3 * 3 and 2^3 + 3 = 11 (which is prime). So a(15) = 11.

MATHEMATICA

f[n_] := Plus @@ Power @@@ FactorInteger[n]; Select[f /@ Range[175], 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, 500, if(isprime(A008475(i)), print1(A008475(i), ", "))) (Herrgesell)

CROSSREFS

Cf. A008475, A114518.

Sequence in context: A002334 A115732 A048947 this_sequence A126762 A082048 A113459

Adjacent sequences: A114516 A114517 A114518 this_sequence A114520 A114521 A114522

KEYWORD

nonn

AUTHOR

Leroy Quet 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 December 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research