login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A010120
Smallest start for a '3x+1' sequence containing 2^n.
11
1, 2, 3, 3, 3, 21, 21, 75, 75, 151, 151, 1365, 1365, 5461, 5461, 14563, 14563, 87381, 87381, 184111, 184111, 932067, 932067, 5592405, 5592405, 13256071, 13256071, 26512143, 26512143, 357913941, 357913941, 1431655765, 1431655765, 3817748707
OFFSET
0,2
FORMULA
a(n) = A070167(A000079(n)). - Reinhard Zumkeller, Jan 02 2013
PROG
(Haskell)
a010120 = a070167 . a000079 -- Reinhard Zumkeller, Jan 02 2013
CROSSREFS
Cf. A054646.
Sequence in context: A022296 A013069 A096393 * A012887 A177876 A079633
KEYWORD
nonn,nice
AUTHOR
Greg Warrington (waringtn(AT)netcom.com)
EXTENSIONS
Corrected and extended by David W. Wilson, Jun 15 1997
STATUS
approved