Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048878
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048878 Generalized Pellian with second term of 9. +0
4
1, 9, 37, 157, 665, 2817, 11933, 50549, 214129, 907065, 3842389, 16276621, 68948873, 292072113, 1237237325, 5241021413, 22201322977, 94046313321, 398386576261, 1687592618365, 7148757049721, 30282620817249 (list; graph; listen)
OFFSET

0,2

LINKS

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

Index entries for sequences related to linear recurrences with constant coefficients

Tanya Khovanova, Recursive Sequences

FORMULA

a(n)=[ (7+sqrt(5))(2+sqrt(5))^n - (7-sqrt(5))(2-sqrt(5))^n ]/2*sqrt(5).

G.f.: (1+5*x)/(1-4*x-x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 03 2008]

EXAMPLE

a(n)=4a(n-1)+a(n-2); a(0)=1, a(1)=9.

MAPLE

with(combinat): a:=n->5*fibonacci(n-1, 4)+fibonacci(n, 4): seq(a(n), n=1..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 04 2008

PROGRAM

(PARI) { default(realprecision, 2000); for (n=0, 2000, a=round(((7+sqrt(5))*(2+sqrt(5))^n - (7-sqrt(5))*(2-sqrt(5))^n )/10*sqrt(5)); if (a > 10^(10^3 - 6), break); write("b048878.txt", n, " ", a); ); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009]

CROSSREFS

Cf. A015448, A001077, A001076, A033887.

Sequence in context: A022276 A165394 A026620 this_sequence A026686 A076174 A117085

Adjacent sequences: A048875 A048876 A048877 this_sequence A048879 A048880 A048881

KEYWORD

easy,nice,nonn

AUTHOR

Barry E. Williams

EXTENSIONS

Added more terms. Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009

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