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”).

A113744
Generalized Mancala solitaire (A002491); to get n-th term, start with n and successively round up to next 7 multiples of n-1, n-2, ..., 1, for n>=1.
12
1, 8, 22, 42, 70, 102, 142, 192, 240, 298, 360, 438, 510, 612, 708, 780, 898, 1002, 1122, 1254, 1392, 1542, 1662, 1834, 1992, 2118, 2302, 2494, 2662, 2862, 3054, 3274, 3502, 3648, 3930, 4114, 4374, 4582, 4834, 5122, 5382, 5628, 5938, 6162, 6462, 6834, 7092
OFFSET
1,2
MATHEMATICA
f[n_] := Fold[ #2*Ceiling[ #1/#2 + 6] &, n, Reverse@Range[n - 1]]; Array[f, 47]
CROSSREFS
Cf. {k=-1..12} A000012, A002491, A000960 (Flavius Josephus's sieve), A112557, A112558, A113742, A113743, A113744, A113745, A113746, A113747, A113748; det. A113749.
Sequence in context: A360510 A063301 A030999 * A058508 A134783 A211529
KEYWORD
nonn
AUTHOR
STATUS
approved