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!)
A134036 The n-th prime written in base n. 0
11, 11, 12, 13, 21, 21, 23, 23, 25, 29, 29, 31, 32, 31, 32, 35, 38, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This does not make sense after the 18 prime. The 19th prime is 67. In base 19, this is (3)(10). - T. D. Noe, Mar 19 2013
LINKS
G. L. Honaker, Jr., Prime Curios!
EXAMPLE
a(16) = 35 because the 16th prime (53) in base 16 is 35.
MATHEMATICA
f[n_] := FromDigits[ IntegerDigits[ Prime[n], n]]; f[1] = 11; Array[f, 18] (* Robert G. Wilson v, Mar 18 2013 *)
CROSSREFS
Sequence in context: A274475 A273979 A079596 * A110415 A052257 A246400
KEYWORD
base,nonn
AUTHOR
G. L. Honaker, Jr., Jan 11 2008
EXTENSIONS
a(17)-a(18) from Robert G. Wilson v, Mar 18 2013
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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)