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.

A080038 Start with a(1)=3; apply 3 -> 343, 4 -> 3443; iterate.

Original entry on oeis.org

3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 4, 3, 3, 4, 4, 3, 3, 4
Offset: 1

Views

Author

Matthew Vandermast, Mar 14 2003

Keywords

Comments

a(n)= A080753(n+1) - A080753(n). Sum of first n terms + 2 = A080753(n).

Examples

			3 -> 343 -> 3433443343 -> ...
		

Crossrefs

Programs

  • Mathematica
    SubstitutionSystem[{3->{3,4,3},4->{3,4,4,3}},{3},{5}][[1]] (* Harvey P. Dale, Jan 01 2024 *)