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!)
A047822 Becomes prime after exactly 3 iterations of f(x) = sum of prime factors of x. 0
26, 33, 38, 52, 70, 74, 76, 86, 99, 104, 105, 106, 115, 122, 129, 138, 140, 146, 148, 152, 159, 161, 166, 172, 178, 185, 187, 195, 205, 208, 209, 212, 218, 221, 222, 230, 231, 244, 246, 266, 267, 276, 278, 280, 292, 296, 297, 302, 304, 305, 315, 321, 327 (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
aQ[n_] := Length[NestWhileList[Plus @@ First /@ FactorInteger[#] &, n, ! PrimeQ[#] &]] == 4; Select[Range[2, 330], aQ] (* Jayanta Basu, Aug 10 2013 *)
CROSSREFS
Sequence in context: A177210 A050770 A050438 * A048126 A080932 A129914
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 July 15 05:44 EDT 2024. Contains 374324 sequences. (Running on oeis4.)