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!)
A158408 a(n) = 900*n^2 - 2*n. 2
898, 3596, 8094, 14392, 22490, 32388, 44086, 57584, 72882, 89980, 108878, 129576, 152074, 176372, 202470, 230368, 260066, 291564, 324862, 359960, 396858, 435556, 476054, 518352, 562450, 608348, 656046, 705544, 756842, 809940, 864838, 921536 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (900*n - 1)^2 - (900*n^2 - 2*n)*30^2 = 1 can be written as A158409(n)^2 - a(n)*30^2 = 1.
LINKS
E. J. Barbeau, Polynomial Excursions, Chapter 10: Diophantine equations (2010), pages 84-85 (row 15 in the first table at p. 85, case d(t) = t*(30^2*t-2)).
FORMULA
G.f.: 2*x*(449 + 451*x)/(1-x)^3. - Bruno Berselli, Dec 08 2011
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Feb 12 2012
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {898, 3596, 8094}, 50] (* Vincenzo Librandi, Feb 12 2012 *)
PROG
(Magma) I:=[898, 3596, 8094]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..50]]; // Vincenzo Librandi, Feb 12 2012
(PARI) for(n=1, 40, print1(900*n^2 - 2*n", ")); \\ Vincenzo Librandi, Feb 12 2012
CROSSREFS
Cf. A158409.
Sequence in context: A145498 A252378 A210129 * A158409 A061044 A344595
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 18 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 May 7 05:39 EDT 2024. Contains 372300 sequences. (Running on oeis4.)