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!)
A259525 First differences of A007318, when Pascal's triangle is seen as flattened list. 3
0, 0, 0, 1, -1, 0, 2, 0, -2, 0, 3, 2, -2, -3, 0, 4, 5, 0, -5, -4, 0, 5, 9, 5, -5, -9, -5, 0, 6, 14, 14, 0, -14, -14, -6, 0, 7, 20, 28, 14, -14, -28, -20, -7, 0, 8, 27, 48, 42, 0, -42, -48, -27, -8, 0, 9, 35, 75, 90, 42, -42, -90, -75, -35, -9, 0, 10, 44, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
A214292 gives first differences per row in Pascal's triangle.
LINKS
PROG
(Haskell)
a259525 n = a259525_list !! n
a259525_list = zipWith (-) (tail pascal) pascal
where pascal = concat a007318_tabl
CROSSREFS
Sequence in context: A242460 A144494 A136166 * A319071 A316432 A046522
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Jul 18 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)