login

Revision History for A143838

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Ulam's spiral (SSW spoke).
(history; published version)
#30 by Charles R Greathouse IV at Thu Sep 08 08:45:38 EDT 2022
PROG

(MAGMAMagma) [16*n^2-27*n+12: n in [1..50]]; // Vincenzo Librandi, Nov 08 2014

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#29 by Harvey P. Dale at Sat Sep 26 12:00:59 EDT 2020
STATUS

editing

approved

#28 by Harvey P. Dale at Sat Sep 26 12:00:56 EDT 2020
MATHEMATICA

LinearRecurrence[{3, -3, 1}, {1, 22, 75}, 40] (* Harvey P. Dale, Sep 26 2020 *)

STATUS

approved

editing

#27 by Alois P. Heinz at Sun Nov 10 13:48:23 EST 2019
STATUS

reviewed

approved

#26 by Michel Marcus at Sun Nov 10 01:42:30 EST 2019
STATUS

proposed

reviewed

#25 by G. C. Greubel at Sat Nov 09 22:01:12 EST 2019
STATUS

editing

proposed

#24 by G. C. Greubel at Sat Nov 09 22:00:14 EST 2019
LINKS

G. C. Greubel, <a href="/A143838/b143838.txt">Table of n, a(n) for n = 1..1000</a>

FORMULA

a(n) = 16n16*n^2 -27n 27*n + 12, n>0. - R. J. Mathar, Sep 04 2008

G.f.: x*(1 + 19*x + 12*x^2)/(1-x)^3. - Colin Barker, Aug 03 2012

E.g.f.: -12 + (12 - 11*x + 16*x^2)*exp(x). - G. C. Greubel, Nov 09 2019

MAPLE

seq( ((32*n-27)^2 +39)/64, n=1..50); # G. C. Greubel, Nov 09 2019

MATHEMATICA

f[n_] := 16n^2 -27n +12; Array[f, 40] (* Vladimir Joseph Stephan Orlovsky, Sep 02 2008 *)

CoefficientList[Series[(1 + 19 x 19x+ 12 x12x^2) / (1 - x)^3, {x, 0, 40}], x] (* Vincenzo Librandi, Nov 08 2014 *)

((32*Range[50]-27)^2 +39)/64 (* G. C. Greubel, Nov 09 2019 *)

PROG

(Sage) [((32*n-27)^2 +39)/64 for n in (1..50)] # G. C. Greubel, Nov 09 2019

(GAP) List([1..50], n-> ((32*n-27)^2 +39)/64); # G. C. Greubel, Nov 09 2019

STATUS

approved

editing

#23 by Charles R Greathouse IV at Sat Jun 13 00:52:40 EDT 2015
LINKS

<a href="/index/Rec#order_03">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).

Discussion
Sat Jun 13
00:52
OEIS Server: https://oeis.org/edit/global/2439
#22 by N. J. A. Sloane at Sat Nov 08 09:40:20 EST 2014
STATUS

proposed

approved

#21 by Michel Marcus at Sat Nov 08 01:30:04 EST 2014
STATUS

editing

proposed