login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010748 Shifts 4 places right under inverse binomial transform. 1
1, 1, 1, 1, 2, 7, 23, 65, 165, 398, 976, 2618, 7997, 27205, 97705, 355631, 1289746, 4662069, 16971775, 63150385, 243513801, 980670052, 4121324752, 17941655332, 80143362633, 364476958473, 1680382664145 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

LINKS

M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210.

N. J. A. Sloane, Transforms

MAPLE

T:= proc(n, k) option remember; local j; if n<k then if n=0 then 1 else 0 fi else add (binomial(n-k, j) *T(j, k), j=0..n-k) fi end: a:= n-> T(n+4, 4): seq (a(n), n=0..26); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 05 2008]

CROSSREFS

Sequence in context: A121963 A041159 A034546 * A048496 A037488 A129669

Adjacent sequences:  A010745 A010746 A010747 * A010749 A010750 A010751

KEYWORD

nonn,eigen

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jonas Wallgren (jwc(AT)ida.liu.se)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 14:25 EST 2012. Contains 205506 sequences.