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 91-100 of 292 results. Next

A089871 Least common multiple of all cycle sizes in range [A014137(n-1)..A014138(n-1)] of permutation A071663/A071664.

Original entry on oeis.org

1, 1, 2, 2, 2, 10, 40, 240, 5040, 388080, 5045040, 94643905622666400
Offset: 0

Views

Author

Antti Karttunen, Nov 29 2003

Keywords

Crossrefs

Cf. A089403.

A089875 Least common multiple of all cycle sizes in range [A014137(n-1)..A014138(n-1)] of permutation A071665/A071666.

Original entry on oeis.org

1, 1, 1, 3, 3, 15, 30, 180, 3780, 291060, 3783780, 70982929216999800
Offset: 0

Views

Author

Antti Karttunen, Nov 29 2003

Keywords

Crossrefs

Cf. A089403.

A089877 Number of fixed points in range [A014137(n-1)..A014138(n-1)] of permutation A071667/A071668.

Original entry on oeis.org

1, 1, 0, 0, 0, 5, 0, 0, 0, 5, 0, 10, 0, 5, 0, 10, 0, 45, 0, 10, 0
Offset: 0

Views

Author

Antti Karttunen, Nov 29 2003

Keywords

Comments

The number of n-node binary trees fixed by the corresponding automorphism(s).

A126317 Number of cycles in range [A014137(n-1)..A014138(n-1)] of permutation A125977/A125978.

Original entry on oeis.org

1, 1, 2, 3, 6, 16, 36, 79, 162, 316, 604, 1204, 2244
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2007

Keywords

A126318 Maximum cycle size in range [A014137(n-1)..A014138(n-1)] of permutation A125977/A125978.

Original entry on oeis.org

1, 1, 1, 3, 3, 5, 11, 45, 257, 575, 2470, 10892, 30297
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2007

Keywords

A126319 Least common multiple of all cycle sizes in range [A014137(n-1)..A014138(n-1)] of permutation A125977/A125978.

Original entry on oeis.org

1, 1, 1, 3, 3, 15, 33, 9061920, 1252445414220, 126032376305404800, 50110448042127911907268800, 13399946812028296616282674883512406948355335893125182077721607466200299913000
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2007

Keywords

A126807 Numbers k such that A014138(k+1) (the partial sum of the first k Catalan numbers, starting 1, 2, 5, ...) is a prime.

Original entry on oeis.org

1, 8, 10, 30, 45, 145, 794, 2772, 2787, 9796, 38288, 39191, 40856, 41202, 47379
Offset: 1

Views

Author

Alexander Adamchuk, Feb 23 2007

Keywords

Comments

a(16) > 156000. - Michael S. Branicky, Jun 26 2025

Crossrefs

Cf. A014137, A121852 (sum of first k Catalan numbers A014137(k) is prime).

Programs

  • Maple
    s[0]:=1: for n to 1000 do s[n]:= s[n-1]+binomial(2*n+2, n+1)/(n+2) end do: a:= proc (n) if isprime(s[n]) = true then n else end if end proc: seq(a(n), n= 0.. 1000); # Emeric Deutsch, Aug 28 2007
  • Mathematica
    s = 0; Do[s = s + (2n)!/n!/(n+1)!; If[ PrimeQ[s], Print[n-1]], {n, 200}]

Formula

a(n) = A134775(n) - 1. - Michael S. Branicky, Jun 24 2025

Extensions

a(7)-a(9) from Emeric Deutsch, Aug 28 2007
Name clarified by Jon E. Schoenfield, Mar 25 2019
a(10)-a(15) from Michael S. Branicky, Jun 25 2025

A127277 Number of cycles in range [A014137(n-1)..A014138(n-1)] of permutation A126313/A126314.

Original entry on oeis.org

1, 1, 1, 3, 7, 10, 24, 39, 79, 148, 288, 528, 912
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2007

Keywords

Crossrefs

A127281 Number of cycles in range [A014137(n-1)..A014138(n-1)] of permutation A126315/A126316.

Original entry on oeis.org

1, 1, 1, 2, 5, 8, 20, 30, 69, 116, 278, 416, 898
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2007

Keywords

A127293 Number of cycles in range [A014137(n-1)..A014138(n-1)] of permutation A127291/A127292.

Original entry on oeis.org

1, 1, 1, 2, 3, 6, 8, 8, 9, 10, 8, 14, 18, 10
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2007

Keywords

Previous Showing 91-100 of 292 results. Next