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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A044466 Numbers n such that string 1,3 occurs in the base 5 representation of n but not of n+1. 0
8, 33, 44, 58, 83, 108, 133, 158, 169, 183, 224, 233, 258, 283, 294, 308, 333, 358, 383, 408, 419, 433, 458, 483, 508, 533, 544, 558, 583, 608, 633, 658, 669, 683, 708, 733, 758, 783, 794, 808, 849, 858, 883, 908, 919, 933, 958 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Range[1000], MemberQ[Partition[IntegerDigits[#, 5], 2, 1], {1, 3}]&&!MemberQ[Partition[IntegerDigits[#+1, 5], 2, 1], {1, 3}]&]  (* From Harvey P. Dale, Mar 11 2011 *)

CROSSREFS

Sequence in context: A131547 A044085 A107291 * A022274 A118312 A204468

Adjacent sequences:  A044463 A044464 A044465 * A044467 A044468 A044469

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 15 11:03 EST 2012. Contains 205763 sequences.