login

Revision History for A253477

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

Showing entries 1-10 | older changes
Indices of centered heptagonal numbers (A069099) which are also centered triangular numbers (A005448).
(history; published version)
#11 by Harvey P. Dale at Mon Aug 13 16:37:42 EDT 2018
STATUS

editing

approved

#10 by Harvey P. Dale at Mon Aug 13 16:37:39 EDT 2018
MATHEMATICA

LinearRecurrence[{1, 110, -110, -1, 1}, {1, 10, 46, 1045, 5005}, 30] (* Harvey P. Dale, Aug 13 2018 *)

STATUS

approved

editing

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

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

Discussion
Sat Jun 13
00:55
OEIS Server: https://oeis.org/edit/global/2439
#8 by Joerg Arndt at Fri Jan 09 07:12:09 EST 2015
STATUS

proposed

approved

#7 by Colin Barker at Fri Jan 09 06:59:03 EST 2015
STATUS

editing

proposed

#6 by Colin Barker at Fri Jan 09 06:58:58 EST 2015
CROSSREFS
STATUS

approved

editing

#5 by Michel Marcus at Fri Jan 02 11:21:07 EST 2015
STATUS

reviewed

approved

#4 by Joerg Arndt at Fri Jan 02 09:28:41 EST 2015
STATUS

proposed

reviewed

#3 by Colin Barker at Fri Jan 02 08:42:03 EST 2015
STATUS

editing

proposed

#2 by Colin Barker at Fri Jan 02 08:40:31 EST 2015
NAME

allocated for Colin BarkerIndices of centered heptagonal numbers (A069099) which are also centered triangular numbers (A005448).

DATA

1, 10, 46, 1045, 5005, 114886, 550450, 12636361, 60544441, 1389884770, 6659338006, 152874688285, 732466636165, 16814825826526, 80564670640090, 1849477966229521, 8861381303773681, 203425761459420730, 974671378744464766, 22374984282570050725

OFFSET

1,2

COMMENTS

Also positive integers y in the solutions to 3*x^2 - 7*y^2 - 3*x + 7*y = 0, the corresponding values of x being A253476.

LINKS

Colin Barker, <a href="/A253477/b253477.txt">Table of n, a(n) for n = 1..980</a>

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

FORMULA

a(n) = a(n-1)+110*a(n-2)-110*a(n-3)-a(n-4)+a(n-5).

G.f.: -x*(x^4+9*x^3-74*x^2+9*x+1) / ((x-1)*(x^4-110*x^2+1)).

EXAMPLE

10 is in the sequence because the 10th centered heptagonal number is 316, which is also the 15th centered triangular number.

PROG

(PARI) Vec(-x*(x^4+9*x^3-74*x^2+9*x+1)/((x-1)*(x^4-110*x^2+1)) + O(x^100))

CROSSREFS
KEYWORD

allocated

nonn,easy

AUTHOR

Colin Barker, Jan 02 2015

STATUS

approved

editing