The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A047821 Becomes prime after exactly 2 iterations of f(x) = sum of prime factors of x. 0
14, 15, 21, 28, 30, 35, 39, 42, 45, 46, 51, 55, 56, 57, 60, 63, 65, 66, 75, 77, 78, 84, 85, 87, 90, 91, 92, 93, 94, 95, 98, 102, 110, 111, 112, 114, 117, 119, 120, 123, 126, 130, 132, 135, 141, 143, 145, 147, 150, 153, 154, 155, 156, 158, 168, 170, 171, 174, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
f(x) = sum of prime factors without multiplicity, so that f(1500) = 2+3+5 = 10.
LINKS
MATHEMATICA
i2Q[n_]:=PrimeQ[NestList[Total[Transpose[FactorInteger[#]][[1]]]&, n, 2]] == {False, False, True}; Select[Range[200], i2Q] (* Harvey P. Dale, Jul 14 2012 *)
CROSSREFS
Sequence in context: A038456 A346549 A075658 * A195238 A085816 A090066
KEYWORD
nonn
AUTHOR
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 May 13 15:50 EDT 2024. Contains 372521 sequences. (Running on oeis4.)