login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135295 a(n) = n^(number of decimal digits of n). 1
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
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 A347400 A056544
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 12:47 EDT 2024. Contains 372387 sequences. (Running on oeis4.)