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.

Previous Showing 71-80 of 113 results. Next

A291476 The arithmetic function u(n,7,4).

Original entry on oeis.org

25, 25, 25, 20, 25, 25, 7, 8, 9, 10, 11, 12, 13, 7, 15, 8, 17, 9, 19, 10, 7, 11, 23, 8, 25, 13, 9, 7, 25, 10, 25, 8, 11, 17, 7, 9, 25, 19, 13, 8, 25, 7, 25, 11, 9, 23, 25, 8, 7, 10, 17, 13, 25, 9, 11, 7, 19, 25, 25, 10, 25, 25, 7, 8, 13, 11, 25, 17, 23, 7
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 7, 4], {n, 1, 70}]

A291477 The arithmetic function u(n,7,5).

Original entry on oeis.org

31, 31, 31, 24, 30, 31, 7, 8, 9, 10, 11, 12, 13, 7, 15, 8, 17, 9, 19, 10, 7, 11, 23, 8, 25, 13, 9, 7, 29, 10, 31, 8, 11, 17, 7, 9, 31, 19, 13, 8, 31, 7, 31, 11, 9, 23, 31, 8, 7, 10, 17, 13, 31, 9, 11, 7, 19, 29, 31, 10, 31, 31, 7, 8, 13, 11, 31, 17, 23, 7
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 7, 5], {n, 1, 70}]

A291478 The arithmetic function u(n,7,6).

Original entry on oeis.org

37, 37, 37, 28, 35, 37, 7, 8, 9, 10, 11, 12, 13, 7, 15, 8, 17, 9, 19, 10, 7, 11, 23, 8, 25, 13, 9, 7, 29, 10, 31, 8, 11, 17, 7, 9, 37, 19, 13, 8, 37, 7, 37, 11, 9, 23, 37, 8, 7, 10, 17, 13, 37, 9, 11, 7, 19, 29, 37, 10, 37, 31, 7, 8, 13, 11, 37, 17, 23, 7
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 7, 6], {n, 1, 70}]

A291479 The arithmetic function u(n,7,7).

Original entry on oeis.org

43, 43, 43, 32, 40, 43, 7, 8, 9, 10, 11, 12, 13, 7, 15, 8, 17, 9, 19, 10, 7, 11, 23, 8, 25, 13, 9, 7, 29, 10, 31, 8, 11, 17, 7, 9, 37, 19, 13, 8, 41, 7, 43, 11, 9, 23, 43, 8, 7, 10, 17, 13, 43, 9, 11, 7, 19, 29, 43, 10, 43, 31, 7, 8, 13, 11, 43, 17, 23, 7
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 7, 7], {n, 1, 70}]

A291480 The arithmetic function u(n,7,8).

Original entry on oeis.org

49, 49, 49, 36, 45, 49, 7, 8, 9, 10, 11, 12, 13, 7, 15, 8, 17, 9, 19, 10, 7, 11, 23, 8, 25, 13, 9, 7, 29, 10, 31, 8, 11, 17, 7, 9, 37, 19, 13, 8, 41, 7, 43, 11, 9, 23, 47, 8, 7, 10, 17, 13, 49, 9, 11, 7, 19, 29, 49, 10, 49, 31, 7, 8, 13, 11, 49, 17, 23, 7
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 7, 8], {n, 1, 70}]

A291490 The arithmetic function u(n,8,2).

Original entry on oeis.org

15, 14, 15, 12, 15, 14, 15, 8, 9, 10, 11, 12, 13, 14, 15, 8, 15, 9, 15, 10, 15, 11, 15, 8, 15, 13, 9, 12, 15, 10, 15, 8, 11, 14, 15, 9, 15, 14, 13, 8, 15, 14, 15, 11, 9, 14, 15, 8, 15, 10, 15, 12, 15, 9, 11, 8, 15, 14, 15, 10, 15, 14, 9, 8, 13, 11, 15, 12, 15, 10
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 8, 2], {n, 1, 70}]

A291491 The arithmetic function u(n,8,3).

Original entry on oeis.org

22, 20, 21, 16, 20, 20, 22, 8, 9, 10, 11, 12, 13, 14, 15, 8, 17, 9, 19, 10, 21, 11, 22, 8, 20, 13, 9, 14, 22, 10, 22, 8, 11, 17, 20, 9, 22, 19, 13, 8, 22, 14, 22, 11, 9, 20, 22, 8, 22, 10, 17, 13, 22, 9, 11, 8, 19, 20, 22, 10, 22, 20, 9, 8, 13, 11, 22, 16, 21, 10
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 8, 3], {n, 1, 70}]

A291492 The arithmetic function u(n,8,4).

Original entry on oeis.org

29, 26, 27, 20, 25, 26, 29, 8, 9, 10, 11, 12, 13, 14, 15, 8, 17, 9, 19, 10, 21, 11, 23, 8, 25, 13, 9, 14, 29, 10, 29, 8, 11, 17, 25, 9, 29, 19, 13, 8, 29, 14, 29, 11, 9, 23, 29, 8, 29, 10, 17, 13, 29, 9, 11, 8, 19, 26, 29, 10, 29, 26, 9, 8, 13, 11, 29, 17, 23, 10
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 8, 4], {n, 1, 70}]

A291493 The arithmetic function u(n,8,5).

Original entry on oeis.org

36, 32, 33, 24, 30, 32, 36, 8, 9, 10, 11, 12, 13, 14, 15, 8, 17, 9, 19, 10, 21, 11, 23, 8, 25, 13, 9, 14, 29, 10, 31, 8, 11, 17, 30, 9, 36, 19, 13, 8, 36, 14, 36, 11, 9, 23, 36, 8, 36, 10, 17, 13, 36, 9, 11, 8, 19, 29, 36, 10, 36, 31, 9, 8, 13, 11, 36, 17, 23, 10
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 8, 5], {n, 1, 70}]

A291494 The arithmetic function u(n,8,6).

Original entry on oeis.org

43, 38, 39, 28, 35, 38, 43, 8, 9, 10, 11, 12, 13, 14, 15, 8, 17, 9, 19, 10, 21, 11, 23, 8, 25, 13, 9, 14, 29, 10, 31, 8, 11, 17, 35, 9, 37, 19, 13, 8, 41, 14, 43, 11, 9, 23, 43, 8, 43, 10, 17, 13, 43, 9, 11, 8, 19, 29, 43, 10, 43, 31, 9, 8, 13, 11, 43, 17, 23, 10
Offset: 1

Views

Author

Robert Price, Aug 24 2017

Keywords

Crossrefs

Programs

  • Mathematica
    u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 8, 6], {n, 1, 70}]
Previous Showing 71-80 of 113 results. Next