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”).

A220986
The right Aurifeuillian factor of 10^(20n + 10) + 1.
1
27961, 1105207205101, 101005020070200501001, 10010005002000700200050010001, 1000100005000200007000200005000100001, 100001000005000020000070000200000500001000001, 10000010000005000002000000700000200000050000010000001
OFFSET
0,1
COMMENTS
The corresponding left Aurifeuillian factor is A220985.
FORMULA
a(n) = 10^(8n + 4) + 10^(7n + 4) + 5 * 10^(6n + 3) + 2 * 10^(5n + 3) + 7 * 10^(4n + 2) + 2 * 10^(3n + 2) + 5 * 10^(2n + 1) + 10^(n + 1) + 1
Aurifeuillian factorization: 10^(20n + 10) + 1 = (10^(4n + 2) + 1) * A220985(n) * a(n)
MATHEMATICA
a[n_] := 10^(8n + 4) + 10^(7n + 4) + 5 * 10^(6n + 3) + 2 * 10^(5n + 3) + 7 * 10^(4n + 2) + 2 * 10^(3n + 2) + 5 * 10^(2n + 1) + 10^(n + 1) + 1
KEYWORD
nonn,easy
AUTHOR
Stuart Clary, Dec 27 2012
STATUS
approved