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!)
A224538 Number of numbers k such that all terms of the Collatz (3x+1) iteration of k are <= 10^n. 3
1, 4, 49, 340, 4235, 39706, 397068, 3970918, 39523168, 395436300, 3953296865 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
For n = 1, the four k are 1, 2, 4, and 8.
MATHEMATICA
Collatz[n_] := NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &, n, # > 1 &]; Table[Length[Select[Range[10^n], Max[Collatz[#]] <= 10^n &]], {n, 0, 5}]
CROSSREFS
Sequence in context: A000596 A113525 A290263 * A064751 A045787 A067474
KEYWORD
nonn,more
AUTHOR
T. D. Noe, Apr 24 2013
EXTENSIONS
a(10) 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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)