VOOZH
about
URL: https://oeis.org/A044775
⇱ A044775 - OEIS
login
A044775
Numbers n such that string 6,2 occurs in the base 10 representation of n but not of n+1.
0
62, 162, 262, 362, 462, 562, 629, 662, 762, 862, 962, 1062, 1162, 1262, 1362, 1462, 1562, 1629, 1662, 1762, 1862, 1962, 2062, 2162, 2262, 2362, 2462, 2562, 2629, 2662, 2762, 2862, 2962, 3062, 3162, 3262, 3362, 3462, 3562
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..39.
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {6, 2}]>0, 1, 0], {n, 3600}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (*
Harvey P. Dale
, Jun 15 2018 *)
CROSSREFS
Sequence in context:
A104054
A255153
A044394
*
A043359
A023732
A045289
Adjacent sequences:
A044772
A044773
A044774
*
A044776
A044777
A044778
KEYWORD
nonn
,
base
AUTHOR
Clark Kimberling
STATUS
approved