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!)
A154376 a(n) = 25*n^2 - 2*n. 4
23, 96, 219, 392, 615, 888, 1211, 1584, 2007, 2480, 3003, 3576, 4199, 4872, 5595, 6368, 7191, 8064, 8987, 9960, 10983, 12056, 13179, 14352, 15575, 16848, 18171, 19544, 20967, 22440, 23963, 25536, 27159, 28832, 30555, 32328, 34151, 36024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (1250*n^2 - 100*n + 1)^2 - (25*n^2 - 2*n)*(250*n - 10)^2 = 1 can be written as A154374(n)^2 - a(n)*A154378(n)^2 = 1 (see also the second comment in A154374). - Vincenzo Librandi, Jan 30 2012
The continued fraction expansion of sqrt(a(n)) is [5n-1; {1, 3, 1, 10n-2}]. - Magus K. Chu, Sep 04 2022
LINKS
FORMULA
From Vincenzo Librandi, Jan 30 2012: (Start)
G.f.: x*(23 + 27*x)/(1-x)^3.
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). (End)
E.g.f.: (25*x^2 + 23*x)*exp(x). - G. C. Greubel, Sep 15 2016
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {23, 96, 219}, 50] (* Vincenzo Librandi, Jan 30 2012 *)
PROG
(PARI) a(n)=25*n^2-2*n \\ Charles R Greathouse IV, Dec 26 2011
CROSSREFS
Sequence in context: A257976 A183011 A158544 * A155815 A231453 A142132
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 08 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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)