Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110669
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110669 Sequence is {a(4,n)}, where a(m,n) is defined at sequence A110665. +0
8
0, 1, 4, 7, 4, -11, -38, -70, -100, -130, -172, -238, -328, -429, -528, -627, -744, -897, -1086, -1292, -1496, -1700, -1928, -2204, -2528, -2875, -3220, -3565, -3940, -4375, -4870, -5394, -5916, -6438, -6996, -7626, -8328, -9065, -9800, -10535, -11312, -12173, -13118, -14104, -15088, -16072, -17104 (list; graph; listen)
OFFSET

0,3

EXAMPLE

a(0,n): 0, 1, 0, -3, -4,...

a(1,n): 0, 1, 1, -2, -6,...

a(2,n): 0, 1, 2, 0, -6,...

a(3,n): 0, 1, 3, 3, -3,...

a(4,n): 0, 1, 4, 7, 4,...

Main diagonal of array is 0, 1, 2, 3, 4,...

MAPLE

A11066x := proc(mmax, nmax) local a, i, j ; a := array(0..mmax, 0..nmax) ; a[0, 0] := 0 ; for i from 1 to nmax do a[0, i] := i-sum(binomial(2*i-k-1, i-1)*a[0, k], k=0..i-1) : od ; for j from 1 to mmax do a[j, 0] := 0 ; for i from 1 to nmax do a[j, i] := a[j-1, i]+a[j, i-1] ; od ; od ; RETURN(a) ; end : nmax := 100 : m := 4: a := A11066x(m, nmax) : for n from 0 to nmax do printf("%d, ", a[m, n]) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 01 2006

CROSSREFS

Cf. A110665, A110666, A110667, A110668, A110670, A110671, A110672.

Sequence in context: A102885 A094692 A059139 this_sequence A106027 A101159 A011518

Adjacent sequences: A110666 A110667 A110668 this_sequence A110670 A110671 A110672

KEYWORD

easy,sign

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Aug 02 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 01 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research