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

A092832 Prime Motzkin numbers (see A001006).

Original entry on oeis.org

2, 127, 15511, 953467954114363
Offset: 1

Views

Author

Eric W. Weisstein, Mar 06 2004

Keywords

Crossrefs

Programs

  • Mathematica
    a[0]=1;a[n_Integer]:=a[n]=a[n-1]+Sum[a[k]*a[n-2-k], {k, 0, n-2}];lst={};Do[If[PrimeQ[p=a[n]], AppendTo[lst, p]], {n, 10^2}];lst (* Vladimir Joseph Stephan Orlovsky, Aug 21 2008 *)

A277455 Arithmetic derivatives of the Motzkin numbers.

Original entry on oeis.org

0, 0, 1, 4, 6, 10, 20, 1, 36, 172, 2192, 3371, 1, 22327, 135561, 517656, 284492, 933118, 5446991, 24265724, 18238138, 93800069, 334654476, 1368408363, 2584589232, 1823879615, 25669818480, 41583822879, 1967330543, 29409700520, 1265785403, 3239855363874
Offset: 0

Views

Author

Paul Bedard, Oct 16 2016

Keywords

Crossrefs

Programs

Formula

a(n) = A003415(A001006(n)).
a(n) = 1 for n in A092831.

Extensions

More terms from Alois P. Heinz, Oct 16 2016
Showing 1-2 of 2 results.