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!)
A091974 Let R_{k}(n) = the digit reversal of n in base k (R_{k}(n) is written in base 10). a(n) is the number of distinct values of R_{k}(n) arising if k=2,..,n+1. 4

%I #13 Jan 29 2020 08:04:58

%S 1,1,2,2,2,3,5,5,5,6,7,9,9,11,11,12,11,14,13,16,16,17,19,21,19,22,22,

%T 21,23,24,27,27,27,29,29,32,29,35,33,36,32,38,37,41,39,41,40,42,41,45,

%U 43,45,46,48,47,49,50,52,52,55,53,57,58,56,57,59,60,61

%N Let R_{k}(n) = the digit reversal of n in base k (R_{k}(n) is written in base 10). a(n) is the number of distinct values of R_{k}(n) arising if k=2,..,n+1.

%H Rémy Sigrist, <a href="/A091974/b091974.txt">Table of n, a(n) for n = 0..10000</a>

%H Rémy Sigrist, <a href="/A091974/a091974.png">Density plot of (n, R_k(n)) for n = 0..1000 and k >= 2</a>

%t rev[x_, b_]:=FromDigits[Reverse[IntegerDigits[x, b]], b]

%t Length /@ Union /@ Table[Table[rev[x, b], {b, 2, x + 1}], {x, 1, 200}] (* _Dylan Hamilton_, Oct 16 2010 *)

%o (PARI) a(n) = #Set(apply(b -> fromdigits(Vecrev(digits(n,b)),b), [2..max(2,n+1)])) \\ _Rémy Sigrist_, Jan 29 2020

%Y Cf. A004086, A030101-A030108, A056960-A056963, A181385.

%K nonn,base

%O 0,3

%A _Naohiro Nomoto_, Mar 14 2004

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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)