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!)
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; text; internal format)
OFFSET
1,1
LINKS
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[ # ] &] (* Ray Chandler, Dec 07 2005 *)
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
Sequence in context: A222312 A344404 A298676 * A126762 A082048 A113459
KEYWORD
nonn
AUTHOR
Leroy Quet, Dec 05 2005
EXTENSIONS
Extended by Ray Chandler and Lambert Herrgesell (zero815(AT)googlemail.com), Dec 07 2005
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 28 09:05 EDT 2024. Contains 372020 sequences. (Running on oeis4.)