login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099868 a(n) = 5a(n - 1) - a(n - 2), a(0) = 3, a(1) = 25. 2
3, 25, 122, 585, 2803, 13430, 64347, 308305, 1477178, 7077585, 33910747, 162476150, 778470003, 3729873865, 17870899322, 85624622745, 410252214403, 1965636449270, 9417930031947, 45124013710465, 216202138520378 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

A. F. Horadam, Pell Identities, Fib. Quart., Vol. 9, No. 3, 1971, pps. 245-252.

LINKS

Index entries for sequences related to linear recurrences with constant coefficients

Tanya Khovanova, Recursive Sequences

FORMULA

|2*A099867(n) + a(n) - A003501(n+1)| = 20*A004254(n)

G.f.=(3+10x)/(1-5x+x^2). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 03 2004

MAPLE

a[0]:=3: a[1]:=25: for n from 2 to 30 do a[n]:=5*a[n-1]-a[n-2] od: seq(a[n], n=0..25);

PROG

Floretion Algebra Multiplication Program, FAMP

CROSSREFS

Cf. A099868, A003501, A004254.

Sequence in context: A059457 A165206 A095664 * A112495 A034578 A144646

Adjacent sequences:  A099865 A099866 A099867 * A099869 A099870 A099871

KEYWORD

easy,nonn

AUTHOR

Creighton Dement (creighton.k.dement(AT)uni-oldenburg.de), Oct 28 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 03 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 06:24 EST 2012. Contains 205438 sequences.