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!)
A284800 Fixed points of the transform A284799. 2

%I #12 Apr 01 2020 17:52:24

%S 6,9,12,78,90,102,114,141,153,165,177,204,216,228,240,1086,1134,1182,

%T 1230,1338,1386,1434,1482,1590,1638,1686,1734,1842,1890,1938,1986,

%U 2109,2157,2205,2253,2361,2409,2457,2505,2613,2661,2709,2757,2865,2913,2961,3009,3132

%N Fixed points of the transform A284799.

%C All terms are divisible by 3. - _Robert Israel_, Apr 01 2020

%H Robert Israel, <a href="/A284800/b284800.txt">Table of n, a(n) for n = 1..5000</a>

%e 78 is a term of the sequence because 78 in base 4 is 1032, its complement in base 4 is 2301 and the digit reverse is again 1032 that is 78 in base 10.

%p P:=proc(q,h) local a,b,k,n; for n from 1 to q do a:=convert(n,base,h); b:=0;

%p for k from 1 to nops(a) do a[k]:=h-1-a[k]; b:=h*b+a[k]; od; if b=n then print(n); fi; od; end: P(10^2,4);

%Y Cf. A035928, A284799.

%K nonn,base,easy

%O 1,1

%A _Paolo P. Lava_, Apr 03 2017

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 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)