login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157961 a(n) = 242*n - 1. 2
241, 483, 725, 967, 1209, 1451, 1693, 1935, 2177, 2419, 2661, 2903, 3145, 3387, 3629, 3871, 4113, 4355, 4597, 4839, 5081, 5323, 5565, 5807, 6049, 6291, 6533, 6775, 7017, 7259, 7501, 7743, 7985, 8227, 8469, 8711, 8953, 9195, 9437, 9679, 9921, 10163 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (242*n - 1)^2 - (121*n^2 - n)*22^2 = 1 can be written as a(n)^2 - A157960(n)*22^2 = 1. - Vincenzo Librandi, Feb 10 2012
LINKS
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*(11^2*t-1)).
FORMULA
G.f.: x*(x+241)/(x-1)^2. - Vincenzo Librandi, Feb 10 2012
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Feb 10 2012
MATHEMATICA
LinearRecurrence[{2, -1}, {241, 483}, 50] (* Vincenzo Librandi, Feb 10 2012 *)
242*Range[50]-1 (* Harvey P. Dale, Aug 27 2020 *)
PROG
(Magma) I:=[241, 483]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]]; // Vincenzo Librandi, Feb 10 2012
(PARI) for(n=1, 50, print1(242*n - 1", ")); \\ Vincenzo Librandi, Feb 10 2012
CROSSREFS
Cf. A157960.
Sequence in context: A342681 A108831 A068706 * A142233 A142275 A260605
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 10 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)