Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100236
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100236 Main diagonal of triangle A100235. +0
5
1, 4, 26, 139, 726, 3774, 19601, 101784, 528526, 2744419, 14250626, 73997554, 384238401, 1995189564, 10360186226, 53796120699, 279340789726, 1450500069334, 7531841136401, 39109705751344, 203080369893126 (list; graph; listen)
OFFSET

0,2

FORMULA

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

PROGRAM

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

CROSSREFS

Cf. A100233, A100235.

Equals A087130(n) - 1.

Sequence in context: A147621 A058408 A053906 this_sequence A144068 A121767 A092167

Adjacent sequences: A100233 A100234 A100235 this_sequence A100237 A100238 A100239

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 30 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research