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

A171630
10^n*(5+3*10^n)+3
0
11, 353, 30503, 3005003, 300050003, 30000500003, 3000005000003, 300000050000003, 30000000500000003, 3000000005000000003, 300000000050000000003, 30000000000500000000003
OFFSET
0,1
MATHEMATICA
Join[{11}, Table[FromDigits[Join[{3}, PadRight[{}, n, 0], {5}, PadRight[{}, n, 0], {3}]], {n, 0, 10}]] (* Harvey P. Dale, Mar 10 2023 *)
CROSSREFS
Sequence in context: A012220 A012138 A067428 * A303116 A162019 A066268
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Dec 13 2009
STATUS
approved