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!)
A210108 Left half of Poupard's triangle, A008301. 7
1, 1, 2, 4, 8, 10, 34, 68, 94, 104, 496, 992, 1420, 1712, 1816, 11056, 22112, 32176, 40256, 45496, 47312, 349504, 699008, 1026400, 1309568, 1528384, 1666688, 1714000, 14873104, 29746208, 43920304, 56696384, 67419664, 75523808, 80571184, 82285184, 819786496 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
T(n,k) = A008301(n,k), 0 <= k <= n.
PROG
(Haskell)
a210108 n k = a210108_tabl !! n !! k
a210108_row n = a210108_tabl !! n
a210108_tabl = zipWith take [1..] a008301_tabf
CROSSREFS
Cf. A002105 (left edge), A005799 (right edge); A210111.
Sequence in context: A020950 A056386 A331027 * A217131 A116636 A256980
KEYWORD
nonn,tabl
AUTHOR
Reinhard Zumkeller, Mar 17 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 April 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)