login

Revision History for A214429

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

Showing entries 1-10 | older changes
Integers of the form (n^2 - 49) / 120.
(history; published version)
#17 by Charles R Greathouse IV at Thu Sep 08 08:46:02 EDT 2022
PROG

(MAGMAMagma) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(x*(1+x+2*x^2+7*x^3+2*x^4+x^5+x^6)/((1-x)*(1-x^4)^2))); // G. C. Greubel, Aug 10 2018

Discussion
Thu Sep 08
08:46
OEIS Server: https://oeis.org/edit/global/2944
#16 by Harvey P. Dale at Wed Oct 23 10:16:22 EDT 2019
STATUS

editing

approved

#15 by Harvey P. Dale at Wed Oct 23 10:16:19 EDT 2019
MATHEMATICA

Select[(Range[0, 500]^2-49)/120, IntegerQ] (* or *) LinearRecurrence[ {1, 0, 0, 2, -2, 0, 0, -1, 1}, {0, 1, 2, 4, 11, 15, 18, 23, 37}, 80] (* Harvey P. Dale, Oct 23 2019 *)

STATUS

approved

editing

#14 by OEIS Server at Fri Aug 10 17:47:19 EDT 2018
LINKS

G. C. Greubel, <a href="/A214429/b214429_1.txt">Table of n, a(n) for n = 0..5000</a>

#13 by Alois P. Heinz at Fri Aug 10 17:47:19 EDT 2018
STATUS

proposed

approved

Discussion
Fri Aug 10
17:47
OEIS Server: Installed new b-file as b214429.txt.  Old b-file is now b214429_1.txt.
#12 by G. C. Greubel at Fri Aug 10 17:11:33 EDT 2018
STATUS

editing

proposed

#11 by G. C. Greubel at Fri Aug 10 17:11:27 EDT 2018
LINKS

G. C. Greubel, <a href="/A214429/b214429_1.txt">Table of n, a(n) for n = 0..49995000</a>

#10 by G. C. Greubel at Fri Aug 10 17:10:54 EDT 2018
LINKS

G. C. Greubel, <a href="/A214429/b214429.txt">Table of n, a(n) for n = 0..4999</a>

FORMULA

G.f.: x * (1 + x + 2*x^2 + 7*x^3 + 2*x^4 + x^5 + x^76) / ((1 - x) * (1 - x^4)^2).

MATHEMATICA

CoefficientList[Series[x*(1+x+2*x^2+7*x^3+2*x^4+x^5+x^6)/((1-x)*(1- x^4)^2), {x, 0, 50}], x] (* G. C. Greubel, Aug 10 2018 *)

PROG

(MAGMA) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(x*(1+x+2*x^2+7*x^3+2*x^4+x^5+x^6)/((1-x)*(1-x^4)^2))); // G. C. Greubel, Aug 10 2018

STATUS

approved

editing

#9 by Charles R Greathouse IV at Sat Jun 13 00:54:18 EDT 2015
LINKS

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

Discussion
Sat Jun 13
00:54
OEIS Server: https://oeis.org/edit/global/2439
#8 by Ray Chandler at Sun Feb 09 17:15:58 EST 2014
STATUS

editing

approved