proposed
approved
proposed
approved
editing
proposed
_Labos E. (labos(AT)ana.sote.hu), Elemer_, Jul 22 2002
One plus the number of iterations necessary to reach the composite number using the formula in the program. - _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Jul 23 2002
More terms from _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Jul 23 2002
Table[Length[FixedPointList[10^w+PrimePi[ # ]+1&, 10^w]]-1, {w, 1, 11}]
nonn,new
nonn
nonn,new
nonn
Labos E. (labos(AT)ana1ana.sote.hu), Jul 22 2002
Length of FixedPointList leading to value of [10^n]-th composite number.
4, 4, 4, 5, 5, 6, 7, 7, 7, 8, 8, 9, 9
1,1
One plus the number of iterations necessary to reach the composite number using the formula in the program. - Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 23 2002
See program below.
n=10^11: the list= {100000000000, 104118054814, 104280509328, 104286914053, 104287166025, 104287176027, 104287176414, 104287176419}, its length including initial term is 8, so a(11)=8.
Table[Length[FixedPointList[10^w+PrimePi[ # ]+1&, 10^w]]-1, {w, 1, 11}]
nonn
Labos E. (labos(AT)ana1.sote.hu), Jul 22 2002
More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 23 2002
approved