login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114519 a(n) = A008475(A114518(n)). 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; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..10000

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*)

PROG

(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 * A126762 A082048 A113459

Adjacent sequences:  A114516 A114517 A114518 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.