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.

A362599 The terms of the n-th row of A076478 first appear from position a(n) in A362240.

Original entry on oeis.org

1, 2, 3, 1, 2, 5, 7, 3, 1, 4, 2, 10, 5, 12, 16, 7, 8, 3, 1, 9, 4, 11, 6, 2, 20, 10, 5, 24, 13, 12, 28, 16, 7, 33, 38, 8, 3, 43, 26, 1, 19, 9, 4, 23, 44, 11, 15, 6, 37, 2, 25, 20, 22, 10, 5, 36, 24, 46, 13, 45, 12, 53, 28, 31, 16, 32, 58, 7, 33, 42, 38, 64, 18
Offset: 0

Views

Author

Rémy Sigrist, Apr 27 2023

Keywords

Examples

			The first terms, alongside the corresponding row of A076478, are:
  n   a(n)  n-th row of A076478
  --  ----  --------------------
   0     1  0
   1     2   1
   2     3    00
   3     1  01
   4     2   10
   5     5      11
   6     7        000
   7     3    001
   8     1  010
   9     4     011
  10     2   100
   .     .  .
  A362240   010011000...
		

Crossrefs

Programs

  • Perl
    See Links section.