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!)
A044462 Numbers n such that string 0,4 occurs in the base 5 representation of n but not of n+1. 0
29, 54, 79, 104, 129, 149, 154, 179, 204, 229, 254, 274, 279, 304, 329, 354, 379, 399, 404, 429, 454, 479, 504, 524, 529, 554, 579, 604, 629, 649, 654, 679, 704, 749, 754, 774, 779, 804, 829, 854, 879, 899, 904, 929, 954, 979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], MemberQ[Partition[IntegerDigits[#, 5], 2, 1], {0, 4}]&&!MemberQ[Partition[IntegerDigits[#+1, 5], 2, 1], {0, 4}]&] (* Harvey P. Dale, Mar 14 2011 *)
CROSSREFS
Sequence in context: A139877 A290706 A044081 * A161714 A049743 A339865
KEYWORD
nonn,base
AUTHOR
STATUS
approved

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