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!)
A047823 Becomes prime after exactly 4 iterations of f(x) = sum of prime factors of x. 1
62, 69, 124, 133, 190, 194, 201, 206, 207, 213, 217, 219, 226, 235, 238, 248, 249, 254, 282, 286, 303, 309, 310, 314, 355, 380, 386, 388, 406, 411, 412, 426, 447, 451, 452, 458, 469, 476, 483, 489, 496, 505, 508, 553, 564, 572, 598, 602, 603, 606, 620, 621 (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
p4iQ[n_]:=PrimeQ[NestList[Total[Transpose[FactorInteger[#]][[1]]]&, n, 4]] == {False, False, False, False, True}; Select[Range[700], p4iQ] (* Harvey P. Dale, Aug 18 2013 *)
CROSSREFS
Sequence in context: A024804 A025340 A048127 * A294738 A044997 A138172
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)