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!)
A023747 Plaindromes: numbers whose digits in base 5 are in nondecreasing order. 4

%I #13 Apr 02 2014 06:13:06

%S 0,1,2,3,4,6,7,8,9,12,13,14,18,19,24,31,32,33,34,37,38,39,43,44,49,62,

%T 63,64,68,69,74,93,94,99,124,156,157,158,159,162,163,164,168,169,174,

%U 187,188,189,193,194,199,218,219,224,249,312,313,314,318,319

%N Plaindromes: numbers whose digits in base 5 are in nondecreasing order.

%H Vincenzo Librandi, <a href="/A023747/b023747.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[0,319],LessEqual@@IntegerDigits[#,5]&] (* _Ray Chandler_, Jan 06 2014 *)

%K nonn,base,easy

%O 1,3

%A _Olivier GĂ©rard_

%E Change offset to 1 by _Ray Chandler_, Jan 06 2014

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