login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A044506 Numbers n such that string 3,5 occurs in the base 6 representation of n but not of n+1. 1
23, 59, 95, 131, 143, 167, 203, 239, 275, 311, 347, 359, 383, 419, 455, 491, 527, 563, 575, 599, 635, 671, 707, 743, 779, 791, 815, 863, 887, 923, 959, 995, 1007, 1031, 1067, 1103, 1139, 1175, 1211, 1223, 1247, 1283, 1319, 1355, 1391, 1427, 1439, 1463, 1499 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

.f[n_] := Length[StringPosition[ToString[FromDigits[IntegerDigits[n, 6]]], "35", 1]]; Select[Table[n, {n, 10000}], f[#] > 0 && f[# + 1] == 0 &] (* From Vladimir Joseph Stephan Orlovsky, Jul 20 2011 *)

CROSSREFS

Cf. A044125.

Sequence in context: A005111 A179629 A044125 * A033217 A142107 A107208

Adjacent sequences:  A044503 A044504 A044505 * A044507 A044508 A044509

KEYWORD

nonn,base

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:59 EST 2012. Contains 205968 sequences.