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!)
A224540 Number of numbers k such that all terms of the Collatz (3x+1) iteration of k are <= 3^n. 2
1, 2, 4, 12, 36, 106, 249, 613, 1732, 8028, 23348, 69370, 210807, 634839, 1893582, 5686389, 17031777, 51073675, 153185957, 459516225, 1378707224, 4135278456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
For n = 3, the twelve k are 1, 2, 3, 4, 5, 6, 8, 10, 12, 16, 20, and 24.
MATHEMATICA
Collatz[n_] := NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]; Table[Select[Range[3^n], Max[Collatz[#]] <= 3^n &], {n, 8}]
CROSSREFS
Sequence in context: A192236 A149839 A149840 * A025579 A214936 A010552
KEYWORD
nonn,more
AUTHOR
T. D. Noe, Apr 24 2013
EXTENSIONS
a(20)-a(21) from Donovan Johnson, Jun 05 2013
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 May 7 20:13 EDT 2024. Contains 372317 sequences. (Running on oeis4.)