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!)
A259080 Expressed in base n, the number (n+1)^n. 0
1001, 2101, 21301, 222101, 2304401, 23553101, 244153501, 2520607101, 25937424601, 267120945101 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
a(12) cannot be represented in base 12 using only the digits 0, 1, ..., 9.
LINKS
EXAMPLE
For n=2, (n+1)^n is 9 and 9 = 1001_2.
MATHEMATICA
Table[FromDigits@ IntegerDigits[(n + 1)^n, n], {n, 2, 11}] (* Michael De Vlieger, Jun 19 2015 *)
PROG
(PARI) a(n) = subst(Pol(digits((n+1)^n, n)), x, 10); \\ Michel Marcus, Jun 18 2015
CROSSREFS
Sequence in context: A241946 A100846 A153814 * A100709 A130600 A328947
KEYWORD
nonn,base
AUTHOR
Anders Wallberg, Jun 18 2015
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)