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!)
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 (list; table; graph; refs; listen; history; text; internal format)
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

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 3 15:32 EDT 2024. Contains 372217 sequences. (Running on oeis4.)