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!)
A214660 a(n) = 9*n^2 - 11*n + 3. 2
1, 17, 51, 103, 173, 261, 367, 491, 633, 793, 971, 1167, 1381, 1613, 1863, 2131, 2417, 2721, 3043, 3383, 3741, 4117, 4511, 4923, 5353, 5801, 6267, 6751, 7253, 7773, 8311, 8867, 9441, 10033, 10643, 11271, 11917, 12581, 13263, 13963, 14681, 15417, 16171, 16943 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Central terms of triangle A214604.
LINKS
FORMULA
G.f.: (1+14*x+3*x^2)/(1-x)^3. - Harvey P. Dale, Aug 29 2021
E.g.f.: -3 + (3 - 2*x + 9*x^2)*exp(x). - G. C. Greubel, Mar 09 2024
MATHEMATICA
Table[9n^2-11n+3, {n, 60}] (* or *) LinearRecurrence[{3, -3, 1}, {1, 17, 51}, 60] (* Harvey P. Dale, Aug 29 2021 *)
PROG
(Haskell)
a214660 n = (9 * n - 11) * n + 3
(PARI) a(n)=9*n^2-11*n+3 \\ Charles R Greathouse IV, Jun 17 2017
(Magma) [9*n^2-11*n+3: n in [1..60]]; // G. C. Greubel, Mar 09 2024
(SageMath) [9*n^2-11*n+3 for n in range(1, 61)] # G. C. Greubel, Mar 09 2024
CROSSREFS
Sequence in context: A003124 A005570 A195037 * A258598 A223906 A146673
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jul 25 2012
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 25 13:01 EDT 2024. Contains 371969 sequences. (Running on oeis4.)