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.

A338835 a(n) is the greatest number not yet in the sequence with the same number of digits and the same sum of digits as n in primorial base.

Original entry on oeis.org

0, 1, 2, 4, 3, 5, 6, 12, 8, 18, 14, 24, 7, 13, 10, 20, 19, 26, 9, 16, 15, 25, 22, 28, 11, 21, 17, 27, 23, 29, 30, 60, 36, 90, 66, 120, 32, 62, 61, 96, 92, 150, 42, 91, 72, 126, 122, 180, 68, 121, 102, 156, 152, 186, 98, 151, 132, 182, 181, 192, 31, 38, 37, 67
Offset: 0

Views

Author

Rémy Sigrist, Nov 11 2020

Keywords

Comments

This sequence is a self-inverse permutation of the nonnegative integers.

Examples

			For n = 8:
- the numbers with 3 digits and sum of digits 2 in primorial base are: 7 ("101"), 8 ("110") and 12 ("200"),
- so a(7) = 12,
     a(8) = 8,
     a(12) = 7.
		

Crossrefs

Cf. A235224, A276150, A333658, A338829 (decimal analog), A338834 (factorial base analog).

Programs

  • PARI
    See Links section.

Formula

A235224(a(n)) = A235224(n).
A276150(a(n)) = A276150(n).