0,1
a(n) gives the combined total number of n digit numbers [preceding zeros allowed] in base 10 and 11
a(n)=10^n + 11^n
a(0)=10^0+11^0=2; a(3)=10^3+11^3=2331
Sequence in context: A163068 A109684 A137287 * A106412 A058476 A099748
Adjacent sequences: A155869 A155870 A155871 * A155873 A155874 A155875
nonn
Avik Roy (avik_3.1416(AT)yahoo.co.in), Jan 29 2009