Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A214810 Triangle read by rows: T(n,k) (n>=1, 0 <= k <= p where p = n-th prime) = Bell(k) mod p (cf. A000110). 4
1, 1, 0, 1, 1, 2, 2, 1, 1, 2, 0, 0, 2, 1, 1, 2, 5, 1, 3, 0, 2, 1, 1, 2, 5, 4, 8, 5, 8, 4, 5, 2, 2, 1, 1, 2, 5, 2, 0, 8, 6, 6, 9, 2, 9, 11, 2, 1, 1, 2, 5, 15, 1, 16, 10, 9, 16, 1, 15, 11, 6, 15, 11, 14, 2, 1, 1, 2, 5, 15, 14, 13, 3, 17, 0, 18, 4, 5, 7, 14, 16, 15, 1, 10, 2, 1, 1, 2, 5, 15, 6, 19, 3, 0, 10, 9, 1, 20, 1, 12, 9, 5, 6, 6, 9, 4, 16, 22, 2, 1, 1, 2, 5, 15, 23, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
The n-th row gives Bell numbers mod prime(n) and has length prime(n)+1.
LINKS
J. Levine and R. E. Dalton, Minimum Periods, Modulo p, of First Order Bell Exponential Integrals, Mathematics of Computation, 16 (1962), 416-423. See Table 2.
EXAMPLE
Triangle begins:
[1, 1, 0],
[1, 1, 2, 2],
[1, 1, 2, 0, 0, 2],
[1, 1, 2, 5, 1, 3, 0, 2],
[1, 1, 2, 5, 4, 8, 5, 8, 4, 5, 2, 2],
[1, 1, 2, 5, 2, 0, 8, 6, 6, 9, 2, 9, 11, 2],
[1, 1, 2, 5, 15, 1, 16, 10, 9, 16, 1, 15, 11, 6, 15, 11, 14, 2],
[1, 1, 2, 5, 15, 14, 13, 3, 17, 0, 18, 4, 5, 7, 14, 16, 15, 1, 10, 2],
...
MAPLE
T:= n-> (p-> seq(combinat[bell](k) mod p, k=0..p))(ithprime(n)):
seq(T(n), n=1..10); # Alois P. Heinz, Jun 07 2023
MATHEMATICA
A214810row[n_]:=Mod[BellB[Range[0, Prime[n]]], Prime[n]]; Array[A214810row, 50] (* Paolo Xausa, Aug 07 2023 *)
CROSSREFS
Sequence in context: A347621 A318191 A208183 * A257248 A090737 A204016
KEYWORD
nonn,look,tabf
AUTHOR
N. J. A. Sloane, Jul 31 2012
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 August 18 15:24 EDT 2024. Contains 375269 sequences. (Running on oeis4.)