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!)
A154234 Triangle read by rows: T(n,k) = (n mod d(k)), where d(i) is the number of divisors of i. 3
0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 2, 1, 0, 0, 0, 0, 0, 2, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 2, 0, 2, 1, 2, 0, 1, 1, 2, 1, 3, 1, 3, 2, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,14
LINKS
EXAMPLE
The first few rows are given by:
0.
0 0.
0 1 1.
0 0 0 1.
0 1 1 2 1.
0 0 0 0 0 2.
0 1 1 1 1 3 1.
0 0 0 2 0 0 0 0.
0 1 1 0 1 1 1 1 0.
0 0 0 1 0 2 0 2 1 2.- G. C. Greubel, Sep 06 2016
MATHEMATICA
Table[Mod[n, DivisorSigma[0, k]], {n, 20}, {k, n}]//Flatten (* Harvey P. Dale, Jul 21 2016 *)
PROG
(PARI) T(n, k)=n%numdiv(k) \\ Charles R Greathouse IV, Sep 07 2016
CROSSREFS
Cf. A000005.
Sequence in context: A017867 A127843 A350750 * A091396 A173677 A219480
KEYWORD
nonn,tabl,easy
AUTHOR
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 July 4 05:14 EDT 2024. Contains 373986 sequences. (Running on oeis4.)