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-2 of 2 results.

A094334 a(1) = 1, a(n) = least multiple of a(n-1) which is the reverse concatenation of successive numbers. Terms with more than one digit must be a concatenation of at least two successive numbers.

Original entry on oeis.org

1, 2, 4, 8, 32, 1312, 15851584, 1252454512524544, 11620214297799691162021429779968, 1452352225788490702204704977561714523522257884907022047049775616
Offset: 1

Views

Author

Amarnath Murthy, May 16 2004

Keywords

Examples

			a(5) = 32 and a(6) = 1312 (concatenation of 13 and 12 ), 1312=32*41.
		

Crossrefs

Cf. A094333.

Extensions

a(7)-a(13) from Paul Tek, Jul 27 2013

A225796 a(1) = 1, a(n) = least proper multiple of a(n-1) which is a concatenation of two or more successive numbers.

Original entry on oeis.org

1, 12, 456, 415416, 194191194192, 3816727961538167279616, 35270249819024056401913527024981902405640192
Offset: 1

Views

Author

Paul Tek, Jul 27 2013

Keywords

Examples

			12 is the least proper multiple of 1 in A035333, hence a(2)=12.
456 is the least proper multiple of 12 in A035333, hence a(3)=456.
		

Crossrefs

Programs

  • PARI
    See Links section.
Showing 1-2 of 2 results.