login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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

%I #9 Jun 23 2020 19:10:33

%S 1,8,22,42,70,102,142,192,240,298,360,438,510,612,708,780,898,1002,

%T 1122,1254,1392,1542,1662,1834,1992,2118,2302,2494,2662,2862,3054,

%U 3274,3502,3648,3930,4114,4374,4582,4834,5122,5382,5628,5938,6162,6462,6834,7092

%N 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.

%H <a href="/index/J#Josephus">Index entries for sequences related to the Josephus Problem</a>

%t f[n_] := Fold[ #2*Ceiling[ #1/#2 + 6] &, n, Reverse@Range[n - 1]]; Array[f, 47]

%Y Cf. {k=-1..12} A000012, A002491, A000960 (Flavius Josephus's sieve), A112557, A112558, A113742, A113743, A113744, A113745, A113746, A113747, A113748; det. A113749.

%K nonn

%O 1,2

%A _Paul D. Hanna_ and _Robert G. Wilson v_, Nov 05 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 13:52 EDT 2024. Contains 376171 sequences. (Running on oeis4.)