login
A133327
Indices of the 7-gonal numbers that are the sum of 2 consecutive 7-gonal numbers.
3
1, 241, 19265, 9435905, 755214769, 369906335809, 29605929343313, 14501068166936753, 1160611641361329697, 568470873910348243537, 45498297535040917426721, 22285195184532403676188961, 1783624258808062403600975185, 873624221055568415003611393825
OFFSET
1,2
COMMENTS
Also nonnegative integers y in the solution to 10*x^2 - 5*y^2 + 4*x + 3*y + 2 = 0, the corresponding values of x being A133328.
FORMULA
The bisections modulo 2 satisfy the same recurrence relation: a(n+2) = 39202*a(n+1) - a(n) - 11760.
G.f.: -x*(17*x^4+8160*x^3-20178*x^2+240*x+1) / ((x-1)*(x^2-198*x+1)*(x^2+198*x+1)). - Colin Barker, Dec 05 2014
PROG
(PARI) Vec(-x*(17*x^4+8160*x^3-20178*x^2+240*x+1)/((x-1)*(x^2-198*x+1)*(x^2+198*x+1)) + O(x^100)) \\ Colin Barker, Dec 05 2014
CROSSREFS
Sequence in context: A008349 A094732 A119728 * A001361 A206842 A206834
KEYWORD
nonn,easy
AUTHOR
Richard Choulet, Oct 18 2007
EXTENSIONS
More terms from Colin Barker, Dec 05 2014
STATUS
approved