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!)
A073320 A073259(n)=3: the length of iteration transient leading to n-th composite number equals 3. 2
4, 5, 8, 9, 13, 16, 17, 18, 22, 23, 24, 27, 31, 35, 36, 40, 41, 46, 47, 56, 64, 69, 70, 71, 89, 90, 91, 92, 93, 94, 95, 103, 109, 110, 111, 112, 113, 146, 147, 161, 162, 163, 171, 172, 173, 174, 196, 240, 241, 242, 243, 261, 262, 263, 277, 438, 439, 440, 1137, 1138 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
See Program.
EXAMPLE
The sequence is most probably complete. a(1)=4: the fixed point list from m=a(1) to composite[m] is: {4,7,9}, the length is 3; last term is a(64)=1142 with transient list {1142,1332,1360}.
MATHEMATICA
lfp[x_] := Length[FixedPointList[x+PrimePi[ # ]+1&, x]]-1 Do[s=lfp[n]; If[Equal[s, 3], Print[n]], {n, 1, 10000000}]
CROSSREFS
Sequence in context: A316097 A206554 A267489 * A020668 A020934 A094004
KEYWORD
fini,full,nonn
AUTHOR
Labos Elemer, Jul 29 2002
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)