|
Search: id:A078438
|
|
|
| A078438 |
|
a(n) = least positive integer solution k to h(k) = h(k-1)+h(k-2)+...+h(k-n), where h(n) is the length of n, f(n), f(f(n)), ...., 1 in the Collatz (or 3x + 1) problem. (The earliest "1" is meant.) |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
1. Recall that f(n) = n/2 if n is even; = 3n + 1 if n is odd. 2. Problem: Is a(n) defined for all n, that is, does a positive integer solution k to h(n) = h(k-1)+h(k-2)+...+h(k-n) always exist?
|
|
EXAMPLE
|
k = 235 is the least k satisfying h(k) = h(k-1)+h(k-2)+h(k-3), so a(3) = 235.
|
|
CROSSREFS
|
Sequence in context: A033333 A004478 A160247 this_sequence A133723 A061045 A095389
Adjacent sequences: A078435 A078436 A078437 this_sequence A078439 A078440 A078441
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 31 2002
|
|
|
Search completed in 0.002 seconds
|