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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A201157 y-values in the solution to 5*x^2 - 20 = y^2 1
0, 5, 15, 40, 105, 275, 720, 1885, 4935, 12920, 33825, 88555, 231840, 606965, 1589055, 4160200, 10891545, 28514435, 74651760, 195440845, 511670775, 1339571480, 3507043665, 9181559515, 24037634880, 62931345125, 164756400495, 431337856360, 1129257168585 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Except a(1), the same as A054888. - R. J. Mathar, Nov 28 2011

LINKS

Table of n, a(n) for n=1..29.

Index to sequences with linear recurrences with constant coefficients, signature (3,-1).

FORMULA

a(n) = 3*a(n-1) - a(n-2), n>2.

G.f.: 5*x^2 / (x^2-3*x+1). - Colin Barker, Apr 08 2013

EXAMPLE

a(3)= 3*5 - 0 = 15.

MATHEMATICA

LinearRecurrence[{3, -1}, {0, 5}, 50]

CROSSREFS

Cf. A005248.

Sequence in context: A152881 A000333 A054888 * A038066 A113861 A080870

Adjacent sequences:  A201154 A201155 A201156 * A201158 A201159 A201160

KEYWORD

nonn,easy

AUTHOR

Sture Sjöstedt, Nov 27 2011

EXTENSIONS

More terms from Colin Barker, Apr 08 2013

STATUS

approved

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 May 23 01:22 EDT 2013. Contains 225585 sequences.