|
Search: id:A117087
|
|
|
| A117087 |
|
Number of partitions of n such that the largest part and the smallest part are relatively prime. |
|
+0 1
|
|
| 1, 1, 2, 3, 6, 7, 14, 17, 26, 34, 53, 62, 94, 116, 157, 202, 275, 336, 452, 555, 719, 898, 1155, 1411, 1797, 2207, 2758, 3375, 4202, 5094, 6303, 7633, 9337, 11288, 13730, 16500, 19998, 23958, 28832, 34439, 41302, 49120, 58671, 69589, 82718, 97867
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
MAPLE
|
with(combinat): a:=proc(n) local P, ct, j: P:=partition(n): ct:=0: for j from 1 to numbpart(n) do if gcd(P[j][1], P[j][nops(P[j])])=1 then ct:=ct+1 else ct:=ct: fi: od: end: seq(a(n), n=1..50); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 20 2006
|
|
CROSSREFS
|
Sequence in context: A066880 A075426 A018606 this_sequence A000837 A056498 A018652
Adjacent sequences: A117084 A117085 A117086 this_sequence A117088 A117089 A117090
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Vladeta Jovovic (vladeta(AT)Eunet.yu), Apr 17 2006
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 20 2006
|
|
|
Search completed in 0.002 seconds
|