Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048472
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048472 Array T by antidiagonals, T(k,n)=(k+1)*n*2^(n-1)+1, n >= 0, k >= 1. +0
12
1, 2, 1, 5, 3, 1, 13, 9, 4, 1, 33, 25, 13, 5, 1, 81, 65, 37, 17, 6, 1, 193, 161, 97, 49, 21, 7, 1, 449, 385, 241, 129, 61, 25, 8, 1, 1025, 897, 577, 321, 161, 73, 29, 9, 1, 2305, 2049, 1345, 769, 401, 193, 85, 33, 10, 1, 5121, 4609, 3073 (list; table; graph; listen)
OFFSET

0,2

COMMENT

n-th difference of (T(k,n),T(k,n-1),...,T(k,0)) is (k+1)n, for n=1,2,3,...; k=0,1,2,...

EXAMPLE

Antidiagonals: {1}; {2,1}; {5,3,1}; ...

PROGRAM

(PARI) T(n, k)=if(n<0|k<1, 0, k*n*2^(n-1)+1)

CROSSREFS

See A049069 for transposed array.

Row 1 = (1, 2, 5, 13, 33, ...) = A005183.

Row 2 = (1, 3, 9, 25, 65, ...) = A002064.

Sequence in context: A054446 A047858 A125171 this_sequence A038622 A112339 A132808

Adjacent sequences: A048469 A048470 A048471 this_sequence A048473 A048474 A048475

KEYWORD

nonn,tabl,easy

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

Better description from Michael Somos

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 July 19 08:04 EDT 2008. Contains 142098 sequences.


AT&T Labs Research