login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A220988
The right Aurifeuillian factor of 11^(22n+11) + 1.
2
407353, 4572972882642803, 109245858982819139102535553, 2812355783638980226466572392952970603, 72895462357781065526518523423275265184080402953, 1890603163831201090586603020695655490130990020251181357603
OFFSET
0,1
COMMENTS
The corresponding left Aurifeuillian factor is A220987.
FORMULA
a(n) = 161051 z^10 + 161051 z^9 + 73205 z^8 + 14641 z^7 - 1331 z^6 - 1331 z^5 - 121 z^4 + 121 z^3 + 55 z^2 + 11 z + 1 with z = 11^n.
Aurifeuillian factorization: 11^(22n+11) + 1 = (11^(2n+1) + 1) * A220987(n) * a(n).
MATHEMATICA
Table[z = 11^n; 161051 z^10 + 161051 z^9 + 73205 z^8 + 14641 z^7 - 1331 z^6 - 1331 z^5 - 121 z^4 + 121 z^3 + 55 z^2 + 11 z + 1, {n, 0, 10}]
KEYWORD
nonn,easy
AUTHOR
Stuart Clary, Dec 27 2012
STATUS
approved