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.

Showing 1-7 of 7 results.

A103708 a(n+1) = d(n)+9 where d(n) is the n-th decimal digit in the concatenation of the digits in the sequence, starting with a(1)=1.

Original entry on oeis.org

1, 10, 10, 9, 10, 9, 18, 10, 9, 18, 10, 17, 10, 9, 18, 10, 17, 10, 9, 10, 16, 10, 9, 18, 10, 17, 10, 9, 10, 16, 10, 9, 18, 10, 9, 10, 15, 10, 9, 18, 10, 17, 10, 9, 10, 16, 10, 9, 18, 10, 9, 10, 15, 10, 9, 18, 10, 17, 10, 9, 18, 10, 9, 10, 14, 10, 9, 18, 10, 17, 10, 9, 10, 16, 10, 9, 18, 10
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Maple
    with(queue):
    Q:= new(1): R:= 1:
    for iter from 1 to 100 do
      v:= dequeue(Q)+9;
      R:= R, v;
      L:= convert(v,base,10);
      for i from 1 to nops(L) do enqueue(Q,L[-i]) od;
    od:
    R; # Robert Israel, Jul 06 2020
  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 9]], {1}, 8]]

Extensions

Edited and corrected by Robert Israel, Jul 06 2020

A103702 Add 3 to each of the preceding digits, beginning with 1.

Original entry on oeis.org

1, 4, 7, 10, 4, 3, 7, 6, 10, 9, 4, 3, 12, 7, 6, 4, 5, 10, 9, 7, 8, 4, 3, 12, 10, 11, 7, 6, 4, 5, 4, 3, 4, 4, 10, 9, 7, 8, 7, 6, 7, 7, 4, 3, 12, 10, 11, 10, 9, 10, 10, 7, 6, 4, 5, 4, 3, 4, 4, 4, 3, 12, 4, 3, 4, 3, 10, 9, 7, 8, 7, 6, 7, 7, 7, 6, 4, 5, 7, 6, 7, 6, 4, 3, 12, 10, 11, 10, 9, 10, 10, 10, 9, 7
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 3]], {1}, 22]]

A103703 Add 4 to each of the preceding digits, beginning with 1.

Original entry on oeis.org

1, 5, 9, 13, 5, 7, 9, 11, 13, 5, 5, 5, 7, 9, 9, 9, 11, 13, 13, 13, 5, 5, 5, 7, 5, 7, 5, 7, 9, 9, 9, 11, 9, 11, 9, 11, 13, 13, 13, 5, 5, 13, 5, 5, 13, 5, 5, 5, 7, 5, 7, 5, 7, 9, 9, 5, 7, 9, 9, 5, 7, 9, 9, 9, 11, 9, 11, 9, 11, 13, 13, 9, 11, 13, 13, 9, 11, 13, 13, 13, 5, 5, 13, 5, 5, 13, 5, 5, 5, 7
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 4]], {1}, 22]]

A103704 Add 5 to each of the preceding digits, beginning with 1.

Original entry on oeis.org

1, 6, 11, 6, 6, 11, 11, 6, 6, 6, 6, 11, 11, 11, 11, 6, 6, 6, 6, 6, 6, 6, 6, 11, 11, 11, 11, 11, 11, 11, 11, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 5]], {1}, 11]]

A103705 Add 6 to each of the preceding digits, beginning with 1.

Original entry on oeis.org

1, 7, 13, 7, 9, 13, 15, 7, 9, 7, 11, 13, 15, 13, 7, 7, 7, 9, 7, 11, 7, 9, 13, 13, 13, 15, 13, 7, 7, 13, 15, 7, 9, 7, 9, 7, 9, 7, 11, 7, 9, 13, 13, 7, 9, 7, 11, 13, 15, 13, 15, 13, 15, 13, 7, 7, 13, 15, 7, 9, 7, 9, 13, 15, 13, 7, 7, 7, 9, 7, 11, 7, 9, 7, 11, 7, 9, 7, 11, 7, 9, 13, 13, 7, 9, 7, 11
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 6]], {1}, 10]]

A103706 Add 7 to each of the preceding digits, beginning with 1.

Original entry on oeis.org

1, 8, 15, 8, 12, 15, 8, 9, 8, 12, 15, 16, 15, 8, 9, 8, 12, 8, 13, 8, 12, 15, 16, 15, 8, 9, 15, 8, 10, 15, 8, 9, 8, 12, 8, 13, 8, 12, 15, 16, 8, 12, 15, 8, 7, 8, 12, 15, 16, 15, 8, 9, 15, 8, 10, 15, 8, 9, 8, 12, 8, 13, 15, 8, 9, 8, 12, 15, 14, 15, 8, 9, 8, 12, 8, 13, 8, 12, 15, 16, 8, 12, 15
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 7]], {1}, 10]]

A103707 Add 8 to each of the preceding digits, beginning with 1.

Original entry on oeis.org

1, 9, 17, 9, 15, 17, 9, 13, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 17, 9, 9, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 17, 17, 17, 9, 13, 9, 15, 17, 9, 9, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 9, 15, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 17, 17, 17, 9, 13, 9, 15, 17, 9, 9, 9, 15, 17, 9, 11, 17, 9, 13, 17
Offset: 1

Views

Author

Robert G. Wilson v, Feb 12 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 8]], {1}, 9]]
Showing 1-7 of 7 results.