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.

A272656 Bisection of A003319: a(n) = A003319(2n).

Original entry on oeis.org

1, 1, 13, 461, 29093, 2829325, 392743957, 73943424413, 18176728317413, 5661698774848621, 2181096921557783605, 1018705098450570562877, 567347013156626397484421, 371514945708955154128328461, 282629242654284555347577144277, 247210800978211588125067686948317
Offset: 0

Views

Author

N. J. A. Sloane, May 15 2016

Keywords

Crossrefs

Programs

  • Mathematica
    (* b = A003319 *) b[n_] := b[n] = n! - Sum[k!*b[n-k], {k, 1, n-1} ]; a[n_] := b[2 n]; Table[a[n], {n, 0, 15}] (* Jean-François Alcover, Feb 18 2018 *)

Extensions

a(0) = 1 set by Peter Luschny, Aug 03 2022