Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100227
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100227 Main diagonal of triangle A100226. +0
4
1, 1, 5, 13, 33, 81, 197, 477, 1153, 2785, 6725, 16237, 39201, 94641, 228485, 551613, 1331713, 3215041, 7761797, 18738637, 45239073, 109216785, 263672645, 636562077, 1536796801, 3710155681, 8957108165, 21624372013, 52205852193 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = 2*a(n-1) + a(n-2) + 2 for n>1, with a(0)=1, a(1)=1. G.f.: Sum_{n>=1} a(n)*x^n/n = log((1-x)/(1-2*x-x^2)).

G.f.: (1-2*x+3*x^2)/(1-3*x+x^2+x^3). - Paul D. Hanna (pauldhanna(AT)juno.com), Feb 22 2005

PROGRAM

(PARI) a(n)=if(n==0, 1, n*polcoeff(log((1-x)/(1-2*x-x^2)+x*O(x^n)), n))

(PARI) a(n)=polcoeff((1-2*x+3*x^2)/(1-3*x+x^2+x^3)+x*O(x^n), n) (Hanna)

CROSSREFS

Cf. A100225, A100226.

Equals A002203(n) - 1.

Adjacent sequences: A100224 A100225 A100226 this_sequence A100228 A100229 A100230

Sequence in context: A066184 A001981 A141025 this_sequence A027051 A109786 A055426

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 29 2004

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 October 9 14:06 EDT 2008. Contains 144831 sequences.


AT&T Labs Research