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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010750 Shifts 6 places right under inverse binomial transform. 1
1, 1, 1, 1, 1, 1, 2, 9, 38, 131, 387, 1025, 2512, 5834, 13152, 29805, 71858, 197325, 635938, 2311865, 8867078, 34201676, 129669923, 479650565, 1731405819, 6124746296, 21382533684, 74413732788 (list; graph; refs; listen; history; internal format)
OFFSET

0,7

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+6, 6): seq (a(n), n=0..27); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 05 2008]

CROSSREFS

Sequence in context: A139102 A195187 A041515 * A026591 A007224 A181339

Adjacent sequences:  A010747 A010748 A010749 * A010751 A010752 A010753

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 15 14:02 EST 2012. Contains 205811 sequences.