Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075115
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075115 Binomial transform of A073145: a(n)=Sum(binomial(n,k)*A073145(k),(k=0,..,n)). +0
6
3, 2, 0, 2, 8, 12, 12, 16, 32, 56, 80, 112, 176, 288, 448, 672, 1024, 1600, 2496, 3840, 5888, 9088, 14080, 21760, 33536, 51712, 79872, 123392, 190464, 293888, 453632, 700416, 1081344, 1669120, 2576384, 3977216, 6139904, 9478144, 14630912 (list; graph; listen)
OFFSET

0,1

COMMENT

a(n) is nonnegative since the real root of x^3-2*x^2+2*x-2 is dominant. - Michael Somos Feb 28 2007

LINKS

N. J. A. Sloane, Transforms

FORMULA

a(n)=2a(n-1)-2a(n-2)+2a(n-3), a(0)=3, a(1)=2, a(2)=0. G.f.: (3 - 4*x + 2*x^2)/(1 - 2*x + 2*x^2 - 2*x^3)

MATHEMATICA

CoefficientList[Series[(3-4*x+2*x^2)/(1-2*x+2*x^2-2*x^3), {x, 0, 40}], x]

PROGRAM

(PARI) {a(n)= if(n<0, 0, polsym( x^3 -2*x^2 +2*x -2, n) [n+1])} /* Michael Somos Feb 28 2007 */

CROSSREFS

Cf. A073145, A073498.

Sequence in context: A129576 A077814 A131728 this_sequence A085080 A079714 A114907

Adjacent sequences: A075112 A075113 A075114 this_sequence A075116 A075117 A075118

KEYWORD

easy,nonn

AUTHOR

Mario Catalani (mario.catalani(AT)unito.it), Sep 02 2002

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 November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research