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

A068705
a(n) is the concatenation of n, (n-1)^2, (n-2)^3, (n-3)^4, ..., 2^(n-1) and 1.
0
1, 21, 341, 4981, 51627161, 6256481321, 736125256243641, 84921662510247291281, 96434312963125409621872561, 108151224017776156251638465615121, 111007294096168074665678125655361968310241, 1212110006561327681176492799363906252621445904920481
OFFSET
1,2
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits[Range[n, 1, -1]^Range[n]]]], {n, 12}] (* Jayanta Basu, May 21 2013 *)
CROSSREFS
Sequence in context: A166914 A020311 A295350 * A144864 A295604 A323277
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Mar 04 2002
STATUS
approved