Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113750
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113750 Consider the generalized Mancala solitaire (A002491); to get n-th term, start with n and successively round up to next k multiples of n-1, n-2, ..., 1, for n>=1. Now construct the array, t, such that t(n,k) is the n-th and successively rounding up to the next k multiples. This sequence is the determinant of that array. +0
1
2, 2, -4, 0, -32, -256, -512, -5632, -180736, -135168, -61440, 5529600, -1554161664, 17735712768, 351786369024, -79390588010496, -1755801711804416, -30318369806745600, -4162409018839531520, 528913148312239996928 (list; graph; listen)
OFFSET

2,1

MATHEMATICA

f[n_, k_] := Fold[ #2*Ceiling[ #1/#2 + k] &, n, Reverse@Range[n - 1]]; Table[Det[Table[f[i, j], {i, 2, n}, {j, 0, n - 2}]], {n, 2, 21}]

CROSSREFS

Sequence in context: A061006 A080736 A144412 this_sequence A004565 A068449 A068450

Adjacent sequences: A113747 A113748 A113749 this_sequence A113751 A113752 A113753

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 05 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research