OFFSET
1,2
COMMENTS
The sequence is a list of pure numbers not congruent to 0 mod 3. The remaining pure numbers are congruent to 1 or 7 mod 18.
After computing all a(n) < 10^9, the ratio a(n)/n appears to be converging to 10.101... Hence it appears that the numbers in this sequence have a density of about 99/1000. - T. D. Noe, Oct 12 2007
LINKS
T. D. Noe, Table of n, a(n) for n=1..10000
Douglas J. Shaw, The Pure Numbers Generated by the Collatz Sequence, The Fibonacci Quarterly, Vol. 44, Number 3, August 2006, p. 194.
FORMULA
A positive integer n is pure if its entire tree of preimages under the Collatz function C is greater than or equal to it; otherwise n is impure [Shaw, p. 195]. For n a positive integer, the function C is defined by C(n) = {3n+1, n odd; n/2, n even}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Jan 20 2007
EXTENSIONS
Edited by N. J. A. Sloane and T. D. Noe, Oct 16 2007
STATUS
approved