cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 21-22 of 22 results.

A367615 Numbers that have a comma-successor.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75
Offset: 1

Views

Author

N. J. A. Sloane, Dec 18 2023

Keywords

Comments

This is the complement to A367341.
The actual successors are given in A367340.
See A367338 for definition.

Crossrefs

Programs

  • Mathematica
    fQ[n_]:=Module[{k=n+10*Last[IntegerDigits[n]]+Range[9]},Select[k,#-n==FromDigits[{Last[IntegerDigits[n]],First[IntegerDigits[#]]}]&]]!={};
    Select[Range[75],fQ[#]&] (* Ivan N. Ianakiev, Dec 18 2023 *)

Extensions

More terms from Michael S. Branicky, Dec 18 2023

A368365 Numbers n whose comma-number is greater than n.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 19, 22, 23, 24, 25, 26, 28, 29, 33, 34, 35, 37, 38, 39, 44, 46, 47, 48, 49, 56, 57, 58, 59, 67, 68, 69, 78, 79, 89
Offset: 1

Views

Author

N. J. A. Sloane, Jan 20 2024

Keywords

Comments

Numbers n such that A367338(n) > n.
Since the comma-number is at most 99, this is a finite sequence.

Crossrefs

Previous Showing 21-22 of 22 results.