The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A327005 T(n, k) = Sum_{i=1..n} BM[k][i] where BM is the BellMatrix(x -> x mod n) as defined in A264428. Square array read by ascending antidiagonals for n >= 1 and k >= 1. 1
1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 2, 4, 0, 1, 0, 1, 2, 3, 0, 0, 1, 0, 1, 2, 6, 21, 31, 0, 1, 0, 1, 2, 6, 20, 57, 0, 0, 1, 0, 1, 2, 6, 24, 101, 231, 379, 0, 1, 0, 1, 2, 6, 24, 100, 422, 1394, 0, 0, 1, 0, 1, 2, 6, 24, 105, 505, 2201, 5476, 6556, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,19
COMMENTS
Rows converge to the main diagonal A327006.
LINKS
Peter Luschny, The Bell transform.
J. Riordan, Letter, Jul 06 1978.
EXAMPLE
[1] 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[2] 1, 0, 1, 0, 4, 0, 31, 0, 379, 0, 6556, 0, ...
[3] 1, 0, 1, 2, 3, 21, 57, 231, 1394, 5476, 32616, 203105, ...
[4] 1, 0, 1, 2, 6, 20, 101, 422, 2201, 12560, 76846, 483892, ...
[5] 1, 0, 1, 2, 6, 24, 100, 505, 2620, 15383, 97480, 657305, ...
[6] 1, 0, 1, 2, 6, 24, 105, 504, 2759, 16186, 103494, 710384, ...
MAPLE
# BellMatrix is defined in A264428.
T := proc(n, k) BellMatrix(x -> modp(x, n), k): add(i, i in %[k]) end:
seq(seq(T(n-k+1, k), k=1..n), n=1..12);
CROSSREFS
A005046 is a bisection of row 2. Main diagonal is A327006.
Cf. A264428.
Sequence in context: A072068 A078145 A348892 * A300858 A276995 A074078
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Aug 13 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)