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!)
A122668 d(n)_n where d() = A000005. 2
1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 5, 2, 6, 2, 6, 4, 4, 2, 8, 3, 4, 4, 6, 2, 8, 2, 6, 4, 4, 4, 9, 2, 4, 4, 8, 2, 8, 2, 6, 6, 4, 2, 48, 3, 6, 4, 6, 2, 8, 4, 8, 4, 4, 2, 62, 2, 4, 6, 7, 4, 8, 2, 6, 4, 8, 2, 74, 2, 4, 6, 6, 4, 8, 2, 80, 5, 4, 2, 86, 4, 4, 4, 8, 2, 92, 4, 6, 4, 4, 4, 98, 2, 6, 6, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A122618 for notation.
LINKS
EXAMPLE
From Antti Karttunen, Aug 24 2017: (Start)
For n = 48, A000005(48) = 10, in decimal "10". This read in base-48 is 1*(48^1) + 0*(48^0) = 48, thus a(48) = 48, which is the first time this sequence differs from A000005.
For n = 60, A000005(60) = 12, in decimal "12". This read in sexagesimal base is 1*(60^1) + 2*(60^0), thus a(60) = 62. (End)
PROG
(PARI)
A122618(n, d=digits(n)) = d*vectorv(#d, i, n^(#d-i)); \\ M. F. Hasler, Apr 22 2015
A122668(n) = A122618(n, digits(numdiv(n))); \\ Antti Karttunen, Aug 24 2017
CROSSREFS
Sequence in context: A179942 A000005 A122667 * A073668 A302051 A334080
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 22 2006
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 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)