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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157435 64n + 632. 3
696, 760, 824, 888, 952, 1016, 1080, 1144, 1208, 1272, 1336, 1400, 1464, 1528, 1592, 1656, 1720, 1784, 1848, 1912, 1976, 2040, 2104, 2168, 2232, 2296, 2360, 2424, 2488, 2552, 2616, 2680, 2744, 2808, 2872, 2936, 3000, 3064, 3128, 3192, 3256, 3320, 3384 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (128*n^2+2528*n+12481)^2-(4*n^2+79*n+390)*(64*n+632)^2=1 can be written as A157436(n)^2-A157434(n)* a(n)^2=1.

LINKS

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

Vincenzo Librandi, X^2-AY^2=1

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*(696-632x)/(1-x)^2.

MATHEMATICA

LinearRecurrence[{2, -1}, {696, 760}, 50]

PROG

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

(PARI) a(n) = 64*n + 632.

CROSSREFS

Cf. A157434, A157436.

Sequence in context: A185861 A115493 A048925 * A048426 A163008 A069330

Adjacent sequences:  A157432 A157433 A157434 * A157436 A157437 A157438

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Mar 01 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 14 22:58 EST 2012. Contains 205685 sequences.