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!)
A158002 a(n) = 392*n + 1. 2
1, 393, 785, 1177, 1569, 1961, 2353, 2745, 3137, 3529, 3921, 4313, 4705, 5097, 5489, 5881, 6273, 6665, 7057, 7449, 7841, 8233, 8625, 9017, 9409, 9801, 10193, 10585, 10977, 11369, 11761, 12153, 12545, 12937, 13329, 13721, 14113, 14505, 14897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The identity (392*n + 1)^2 - (196*n^2 + n)*28^2 = 1 can be written as a(n)^2 - (n*A158223(n))*28^2 = 1. - Vincenzo Librandi, Feb 23 2012
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000 (corrected by Ray Chandler, Jan 19 2019)
FORMULA
G.f.: x*(393-x)/(1-x)^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, Jul 24 2011 *)
LinearRecurrence[{2, -1}, {393, 785}, 50] (* Vincenzo Librandi, Feb 10 2012 *)
PROG
(Magma) I:=[393, 785]; [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
Sequence in context: A045194 A105210 A256742 * A083752 A047825 A227942
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 11 2009
EXTENSIONS
Extended to a(0)=1 by M. F. Hasler, Jan 04 2014
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 May 10 02:43 EDT 2024. Contains 372354 sequences. (Running on oeis4.)