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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157954 162n - 1. 2
161, 323, 485, 647, 809, 971, 1133, 1295, 1457, 1619, 1781, 1943, 2105, 2267, 2429, 2591, 2753, 2915, 3077, 3239, 3401, 3563, 3725, 3887, 4049, 4211, 4373, 4535, 4697, 4859, 5021, 5183, 5345, 5507, 5669, 5831, 5993, 6155, 6317, 6479, 6641, 6803, 6965 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (162*n-1)^2-(81*n^2-n)*(18)^2=1 can be written as a(n)^2-A157953(n)*(16)^2=1. - Vincenzo Librandi, Jan 29 2012

LINKS

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

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

E. J. Barbeau, Polynomial Excursions, Chapter 10:Diophantine equations (2010), pages 84-85 (row 14 in the first table at p. 85, case d(t) = t*(9^2*t-1)).

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

FORMULA

a(n) = 2*a(n-1)-a(n-2). - Vincenzo Librandi, Jan 29 2012

G.f.: x*(161+x)/(1-x)^2. - Vincenzo Librandi, Jan 29 2012

MATHEMATICA

LinearRecurrence[{2, -1}, {161, 323}, 50] (* Vincenzo Librandi, Jan 29 2012 *)

PROG

(MAGMA) I:=[161, 323]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]]; - Vincenzo Librandi, Jan 29 2012

(PARI) for(n=1, 40, print1(162*n - 1", ")); \\ Vincenzo Librandi, Jan 29 2012

CROSSREFS

Cf. A157953.

Sequence in context: A025342 A189639 A060641 * A159545 A157337 A200869

Adjacent sequences:  A157951 A157952 A157953 * A157955 A157956 A157957

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Mar 10 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 16 10:53 EST 2012. Contains 205904 sequences.