Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060928
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060928 Expansion of 1/(1-5*x-4*x^3). +0
3
1, 5, 25, 129, 665, 3425, 17641, 90865, 468025, 2410689, 12416905, 63956625, 329425881, 1696797025, 8739811625, 45016761649, 231870996345, 1194314228225, 6151638187721, 31685674923985, 163205631532825 (list; graph; listen)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

FORMULA

G.f.: 1/(1-5*x-4*x^3)

a(n)=5*a(n-1)+4*a(n-3), n >= 3; a(n)=5^n, n=0, 1, 2.

PROGRAM

(PARI) { for (n=0, 200, if (n>2, a=5*a1 + 4*a3; a3=a2; a2=a1; a1=a, if (n==0, a=a3=1, if (n==1, a=a2=5, a=a1=25))); write("b060928.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 14 2009]

CROSSREFS

A060926, A060927.

Sequence in context: A081916 A082308 A026718 this_sequence A002002 A102893 A094602

Adjacent sequences: A060925 A060926 A060927 this_sequence A060929 A060930 A060931

KEYWORD

nonn,easy

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Apr 20 2001

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research