OFFSET
1,6
REFERENCES
Henry Ibstedt, "Smarandache Iterations", Smarandache Notions Journal, (submitted), 1996.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
FORMULA
a(A046022(n)) = 1. [Reinhard Zumkeller, Mar 09 2012]
PROG
(Haskell)
a018194 n = 1 + length (takeWhile (/= 0) $ zipWith (-) ks $ tail ks)
where ks = iterate a002034 n
-- Reinhard Zumkeller, Mar 09 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
Henry Ibstedt (Glimminge 2036, 28060 Broby, Sweden)
EXTENSIONS
Corrected and extended by David W. Wilson, May 15 1997
STATUS
approved