login
A133271
Indices of 7-gonal numbers which are also centered 7-gonal numbers.
0
1, 8, 92, 1093, 13021, 155156, 1848848, 22031017, 262523353, 3128249216, 37276467236, 444189357613, 5292995824117, 63071760531788, 751568130557336, 8955745806156241, 106717381543317553, 1271652832713654392
OFFSET
1,2
COMMENTS
Numbers X such that 140*X^2-84*X-7 is a square.
FORMULA
a(n+2)=12*a(n+1)-a(n)-3 ; a(n+1)=6*a(n)-1.5+0.5*(140*a(n)^2-84*a(n)-7)^0.5
G.f.: -x*(1-5*x+x^2)/(-1+x)/(1-12*x+x^2). - R. J. Mathar, Nov 14 2007
a(1)=1, a(2)=8, a(3)=92, a(n)=13*a(n-1)-13*a(n-2)+a(n-3). - Harvey P. Dale, Mar 24 2013
MATHEMATICA
LinearRecurrence[{13, -13, 1}, {1, 8, 92}, 30] (* Harvey P. Dale, Mar 24 2013 *)
CROSSREFS
Cf. A128919.
Sequence in context: A322650 A221765 A292842 * A180903 A266427 A239644
KEYWORD
nonn
AUTHOR
Richard Choulet, Oct 16 2007
EXTENSIONS
More terms from Paolo P. Lava, Jul 08 2008
STATUS
approved