login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A085852
Triangle T(n, k) read by rows; given by [0, 1, 0, 2, 0, 3, 0, 4, ...] DELTA [1, 0, 2, 0, 2, 0, 3, 0, 2, 0, 4, 0, 2, 0, ...] (A000005 interspersed with 0's) where DELTA is Deléham's operator defined in A084938.
1
1, 0, 1, 0, 1, 1, 0, 1, 4, 1, 0, 1, 11, 11, 1, 0, 1, 26, 62, 26, 1, 0, 1, 57, 266, 258, 57, 1, 0, 1, 120, 991, 1792, 903, 120, 1, 0, 1, 247, 3405, 10363, 9483, 2829, 247, 1, 0, 1, 502, 11140, 53818, 80342, 42906, 8212, 502, 1, 0, 1, 1013, 35348, 260996
OFFSET
0,9
LINKS
EXAMPLE
Triangle begins:
1,
0, 1,
0, 1, 1,
0, 1, 4, 1,
0, 1, 11, 11, 1,
0, 1, 26, 62, 26, 1,
0, 1, 57, 266, 258, 57, 1,
0, 1, 120, 991, 1792, 903, 120, 1,
0, 1, 247, 3405, 10363, 9483, 2829, 247, 1,
0, 1, 502, 11140, 53818, 80342, 42906, 8212, 502, 1,
...
MATHEMATICA
m = 13;
(* DELTA is defined in A084938 *)
DELTA[LinearRecurrence[{0, 2, 0, -1}, {0, 1, 0, 2}, m], Table[ {DivisorSigma[0, n], 0}, {n, 1, m}] // Flatten, m] // Flatten (* Jean-François Alcover, Feb 19 2020 *)
CROSSREFS
Cf. A000295 (3rd column), A000460 (4th column), A000498 (5th column).
Sequence in context: A359363 A318996 A294490 * A123125 A173018 A369971
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Aug 16 2003
EXTENSIONS
Incorrect comment removed by Philippe Deléham, Sep 25 2015
STATUS
approved