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!)
A044127 Numbers n such that string 4,1 occurs in the base 6 representation of n but not of n-1. 1
25, 61, 97, 133, 150, 169, 205, 241, 277, 313, 349, 366, 385, 421, 457, 493, 529, 565, 582, 601, 637, 673, 709, 745, 781, 798, 817, 853, 889, 900, 961, 997, 1014, 1033, 1069, 1105, 1141, 1177, 1213, 1230, 1249, 1285, 1321, 1357, 1393, 1429, 1446, 1465, 1501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_] := Length[StringPosition[ToString[FromDigits[IntegerDigits[n, 6]]], "41", 1]]; Select[Table[n, {n, 10000}], f[#] > 0 && f[# - 1] == 0 &] (* Vladimir Joseph Stephan Orlovsky, Jul 20 2011 *)
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 6], {4, 1}]>0, 1, 0], {n, 1600}], {0, 1}][[All, 2]] (* Harvey P. Dale, Jun 30 2022 *)
CROSSREFS
Cf. A044508.
Sequence in context: A063317 A241505 A090820 * A044508 A166873 A242317
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)