[go: up one dir, main page]

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!)
A307257 Numbers k such that k is the substring identical to the most significant digits of its base-6 representation. 4
0, 1, 2, 3, 4, 5, 155133423353, 1535554025003332541, 1541322512150022100, 14544222532144144105400055, 15313352033401001032012412, 144510301032554451200342301123415, 145033105231511102401034455341005, 152142233320210504134120425450055, 1435322205115414041210434301130104431115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Numbers k whose base-6 representation begins with the same digits as k itself.
LINKS
EXAMPLE
155133423353_10 = 155133423353145_6, which also begins with '155133423353'.
PROG
(PARI) isok(n) = my(vb=digits(n, 6), vd=digits(n)); vd == vector(#vd, k, vb[k]); \\ Michel Marcus, Apr 08 2019
CROSSREFS
This is a subsequence of A038106.
Sequence in context: A347053 A046942 A330929 * A051703 A004567 A344340
KEYWORD
nonn,base
AUTHOR
Scott R. Shannon, Apr 01 2019
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 August 30 04:38 EDT 2024. Contains 375526 sequences. (Running on oeis4.)