|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 576, 625, 676, 729, 784, 841, 900, 961, 1024, 1089, 1156, 1225, 1296, 1369, 1444, 1521, 1600, 1681, 1764, 1849, 1936, 2025, 2116, 2209, 2304, 2401, 2500, 2601
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
Table of n, a(n) for n=0..51.
|
|
FORMULA
|
a(n) = n^A055642(n). - R. J. Mathar, Dec 12 2007
|
|
MAPLE
|
A055642 := proc(n) max(1, ilog10(n)+1) ; end: A135295 := proc(n) n^A055642(n) ; end: seq(A135295(n), n=0..60) ; # R. J. Mathar, Dec 12 2007
|
|
CROSSREFS
|
Sequence in context: A044911 A110734 A080436 * A122625 A056544 A082216
Adjacent sequences: A135292 A135293 A135294 * A135296 A135297 A135298
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Giovanni Teofilatto, Dec 04 2007, Dec 05 2007
|
|
EXTENSIONS
|
Corrected and extended by R. J. Mathar, Dec 12 2007
|
|
STATUS
|
approved
|
|