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.

A143704 (1, 2, 3, 2^2, 5, 2*3, 7, 2^3, 3^2, 2*5, 11, 2^2*3, 13, 2*7, 3*5, ...) becomes ((1+2)*3, (2+2)*5, (2+3)*7, (2+3)*3, (2+2)*5, (11+2)*2, (3+13)*2, (7+3)*5, ...).

Original entry on oeis.org

9, 20, 35, 15, 20, 26, 32, 50, 102, 10, 42, 56, 299, 15, 14, 48, 28, 93, 72, 88, 95, 18, 185, 63, 45, 92, 430, 44, 25, 1175, 18, 18, 21, 38, 132, 30, 39, 190, 1829, 12, 132, 68, 54, 36, 938, 68, 52, 852, 15, 150, 200, 8, 286, 65, 324, 32, 3569, 12, 204, 135, 93, 200, 25, 40
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Nov 13 2008

Keywords

Examples

			a(8)  = ( 7 +  3) *  5 = 10*5 = 50;
a(9)  = ( 2 +  4) * 17 = 102;
a(10) = ( 2 +  3) *  2 =  10;
a(11) = (19 +  2) *  2 =  42;
a(12) = ( 5 +  3) *  7 =  56;
a(13) = ( 2 + 11) * 23 = 199;
etc.
		

Crossrefs

Programs

  • Maple
    g:= proc(n) local L; L:= sort(ifactors(n)[2],(s,t) -> s[1]Robert Israel, Nov 16 2019

Extensions

Corrected (199 replaced by 299, 60 replaced by 30, 549 replaced by 54 etc.) by R. J. Mathar, Apr 18 2010