|
Search: id:A111329
|
|
|
| A111329 |
|
Number of partitions of T where T = (3n + 1) if n is even and T=(3n + 1)/2 if n is odd. |
|
+0 3
|
|
| 2, 15, 7, 101, 22, 490, 56, 1958, 135, 6842, 297, 21637, 627, 63261, 1255, 173525, 2436, 451276, 4565, 1121505, 8349, 2679689, 14883, 6185689, 26015, 13848650, 44583, 30167357, 75175, 64112359, 124754, 133230930, 204226, 271248950, 329931
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Jeffrey C. Lagarias The 3x+1 problem: An annotated bibliography.
Lagarias, J. C. "The Problem and Its Generalizations." Amer. Math. Monthly 92, 3-23, 1985.
Eric Weisstein. "Collatz Problem."
|
|
EXAMPLE
|
If n=1 then T = 2 and a(1) = 2.
|
|
MATHEMATICA
|
f[n_] := If[EvenQ[n], PartitionsP[3n + 1], PartitionsP[(3n + 1)/2]]; Table[ f[n], {n, 35}] (* Robert G. Wilson v *)
|
|
CROSSREFS
|
Cf. A000546, A070165, A006577.
Sequence in context: A104773 A128759 A066582 this_sequence A059445 A077518 A102101
Adjacent sequences: A111326 A111327 A111328 this_sequence A111330 A111331 A111332
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Nov 04 2005
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Nov 07 2005
|
|
|
Search completed in 0.002 seconds
|