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!)
A156814 a(n) = 225*n^2 + n. 3
226, 902, 2028, 3604, 5630, 8106, 11032, 14408, 18234, 22510, 27236, 32412, 38038, 44114, 50640, 57616, 65042, 72918, 81244, 90020, 99246, 108922, 119048, 129624, 140650, 152126, 164052, 176428, 189254, 202530, 216256, 230432, 245058, 260134 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
From Vincenzo Librandi, Feb 08 2012: (Start)
900*a(n) + 1 = (450*n + 1)^2.
G.f.: 2*x*(113 + 112*x)/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
E.g.f.: x*(226 + 225*x)*exp(x). - G. C. Greubel, Jun 10 2021
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {226, 902, 2028}, 50] (* Vincenzo Librandi, Feb 08 2012 *)
PROG
(PARI) a(n)=225*n^2+n \\ Charles R Greathouse IV, Dec 23 2011
(Magma) I:=[226, 902, 2028]; [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 08 2012
(Sage) [n*(1+225*n) for n in [1..50]] # G. C. Greubel, Jun 10 2021
CROSSREFS
Cf. A156840.
Sequence in context: A218040 A158229 A031708 * A251605 A233943 A234155
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 16 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 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)