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

A083257 a(n) = A071364(n-th nonprime number) = A071364(A018252(n)).

Original entry on oeis.org

1, 4, 6, 8, 4, 6, 12, 6, 6, 16, 18, 12, 6, 6, 24, 4, 6, 8, 12, 30, 32, 6, 6, 6, 36, 6, 6, 24, 30, 12, 12, 6, 48, 4, 18, 6, 12, 54, 6, 24, 6, 6, 60, 6, 12, 64, 6, 30, 12, 6, 30, 72, 6, 18, 12, 6, 30, 48, 16, 6, 60, 6, 6, 6, 24, 90, 6, 12, 6, 6, 6, 96, 18, 12, 36, 30, 24, 30, 6, 108, 30, 6
Offset: 1

Views

Author

Labos Elemer, May 09 2003

Keywords

Crossrefs

Programs

  • Mathematica
    f[n_] := Module[{e = FactorInteger[n][[;; , 2]]}, Times @@ (Prime[Range[Length[e]]]^e)]; f[1] = 1; f /@ Select[Range[120], !PrimeQ[#] &] (* Amiram Eldar, Feb 22 2025 *)

Extensions

Corrected by Ray Chandler, Aug 01 2004

A083260 a(n) = gcd(A046523(n), A071364(n)).

Original entry on oeis.org

1, 2, 2, 4, 2, 6, 2, 8, 4, 6, 2, 12, 2, 6, 6, 16, 2, 6, 2, 12, 6, 6, 2, 24, 4, 6, 8, 12, 2, 30, 2, 32, 6, 6, 6, 36, 2, 6, 6, 24, 2, 30, 2, 12, 12, 6, 2, 48, 4, 6, 6, 12, 2, 6, 6, 24, 6, 6, 2, 60, 2, 6, 12, 64, 6, 30, 2, 12, 6, 30, 2, 72, 2, 6, 6, 12, 6, 30, 2, 48, 16, 6, 2, 60, 6, 6, 6, 24, 2, 30, 6
Offset: 1

Views

Author

Labos Elemer, May 09 2003

Keywords

Crossrefs

Programs

A083261 a(n) = gcd(A046523(n+1), A046523(n)).

Original entry on oeis.org

1, 2, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, 6, 2, 2, 2, 2, 2, 6, 6, 2, 2, 4, 2, 2, 4, 2, 2, 2, 2, 2, 6, 6, 6, 2, 2, 6, 6, 2, 2, 2, 2, 12, 6, 2, 2, 4, 4, 6, 6, 2, 2, 6, 6, 6, 6, 2, 2, 2, 2, 6, 4, 2, 6, 2, 2, 6, 6, 2, 2, 2, 2, 6, 12, 6, 6, 2, 2, 16, 2, 2, 2, 6, 6, 6, 6, 2, 2, 6, 6, 6, 6, 6, 6, 2, 2, 12, 12, 2, 2, 2, 2
Offset: 1

Views

Author

Labos Elemer, May 09 2003

Keywords

Crossrefs

Programs

Showing 1-3 of 3 results.