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!)
A027599 a(n) = 3*n^2 - 7*n + 6. 4
6, 2, 4, 12, 26, 46, 72, 104, 142, 186, 236, 292, 354, 422, 496, 576, 662, 754, 852, 956, 1066, 1182, 1304, 1432, 1566, 1706, 1852, 2004, 2162, 2326, 2496, 2672, 2854, 3042, 3236, 3436, 3642, 3854, 4072, 4296, 4526, 4762, 5004, 5252, 5506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Encyclopaedia Britannica, 1965 ed., Vol. 16 pp. 755-756.
LINKS
FORMULA
a(n) = a(n-1) + 6*n - 10 (with a(0)=6). - Vincenzo Librandi, Nov 19 2010
From Colin Barker, May 22 2012: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: 2*(3 - 8*x + 8*x^2)/(1 - x)^3. (End)
E.g.f.: (6 - 4*x + 3*x^2)*exp(x). - G. C. Greubel, Aug 24 2022
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {6, 2, 4}, 61] (* G. C. Greubel, Aug 24 2022 *)
PROG
(PARI) a(n)=3*n^2-7*n+6 \\ Charles R Greathouse IV, Jun 17 2017
(Magma) [((6*n-7)^2+23)/12: n in [0..60]]; // G. C. Greubel, Aug 24 2022
(SageMath) [3*n^2-7*n+6 for n in (0..60)] # G. C. Greubel, Aug 24 2022
CROSSREFS
Cf. A049450.
Sequence in context: A169843 A329591 A123139 * A351297 A248272 A058160
KEYWORD
nonn,easy
AUTHOR
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.)