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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156627 4394n - 1820. 4
2574, 6968, 11362, 15756, 20150, 24544, 28938, 33332, 37726, 42120, 46514, 50908, 55302, 59696, 64090, 68484, 72878, 77272, 81666, 86060, 90454, 94848, 99242, 103636, 108030, 112424, 116818, 121212, 125606, 130000, 134394, 138788, 143182 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (57122*n^2-47320*n+9801)^2-(169*n^2-140*n+29)*(4394*n-1820)^2=1 can be written as A156721(n)^2-A156639(n)*a(n)^2=1.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

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

FORMULA

a(n) = 2*a(n-1) -a(n-2).

G.f.: x*(2574+1820*x)/(x-1)^2.

MATHEMATICA

LinearRecurrence[{2, -1}, {2574, 6968}, 40]

PROG

(MAGMA) I:=[2574, 6968]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];

(PARI)  a(n)=4394*n-1820 \\ Charles R Greathouse IV, Dec 23 2011

CROSSREFS

Cf. A156639, A156718, A156721.

Sequence in context: A125492 A170794 A068265 * A175016 A031789 A001294

Adjacent sequences:  A156624 A156625 A156626 * A156628 A156629 A156630

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 15 2009

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 15 19:15 EST 2012. Contains 205852 sequences.