login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A004783
Numbers k such that 3!*(2k-4)!/(k!*(k-1)!) is an integer.
0
2, 3, 4, 7, 13, 16, 19, 21, 29, 43, 46, 67, 78, 85, 89, 92, 100, 105, 111, 121, 127, 141, 154, 157, 171, 188, 191, 199, 205, 210, 211, 217, 221, 229, 232, 239, 241, 267, 274, 277, 300, 309, 313, 316, 323, 326, 331, 343, 346, 369, 379, 415, 421, 430
OFFSET
1,1
MATHEMATICA
Select[Range[500], IntegerQ[3! (2 # - 4)!/(#! (# - 1)!)] &] (* Arkadiusz Wesolowski, Sep 06 2011 *)
CROSSREFS
Sequence in context: A022437 A057983 A200088 * A031149 A096723 A266498
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected and 2 initial terms added by Arkadiusz Wesolowski, Sep 06 2011
STATUS
approved