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.

A060430 Residue C(2^n,n) mod C(2^n,2).

Original entry on oeis.org

0, 0, 0, 20, 0, 1344, 0, 8160, 0, 349184, 0, 1397760, 0, 0, 306774016, 268431360, 0, 7635468288, 0, 494779760640, 942438088704, 0, 0, 105553109975040, 0, 0, 0, 6004799480791040, 0, 192153583922184192, 0, 576460752169205760, 0, 49191317527028826112, 0
Offset: 1

Views

Author

Labos Elemer, Apr 11 2001

Keywords

Crossrefs

Programs

  • Maple
    for n from 1 to 60 do printf(`%d,`,binomial(2^n, n) mod binomial(2^n,2)) od:
  • Mathematica
    Table[Mod[Binomial[2^n,n],Binomial[2^n,2]],{n,40}] (* Harvey P. Dale, Feb 11 2015 *)
  • Python
    from math import comb
    def A060430(n): return comb(m:=1<Chai Wah Wu, Aug 01 2025

Formula

a(n) = A014070(n) mod A006516(n).

Extensions

More terms from James Sellers, Apr 12 2001
Offset corrected by Harry J. Smith, Jul 05 2009