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!)
A158004 a(n) = 392*n - 1. 2
391, 783, 1175, 1567, 1959, 2351, 2743, 3135, 3527, 3919, 4311, 4703, 5095, 5487, 5879, 6271, 6663, 7055, 7447, 7839, 8231, 8623, 9015, 9407, 9799, 10191, 10583, 10975, 11367, 11759, 12151, 12543, 12935, 13327, 13719, 14111, 14503, 14895 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (392*n - 1)^2 - (196*n^2 - n)*28^2 = 1 can be written as a(n)^2 - A158003(n)*28^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*(14^2*t-1)).
FORMULA
G.f.: x*(x+391)/(x-1)^2. - Vincenzo Librandi, Feb 10 2012
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Feb 10 2012
MATHEMATICA
392Range[40]-1 (* Harvey P. Dale, Nov 14 2011 *)
LinearRecurrence[{2, -1}, {391, 783}, 50] (* Vincenzo Librandi, Feb 10 2012 *)
PROG
(Magma) I:=[391, 783]; [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(392*n - 1", ")); \\ Vincenzo Librandi, Feb 10 2012
CROSSREFS
Cf. A158003.
Sequence in context: A332419 A207575 A318174 * A264448 A160184 A187724
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 11 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)