login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092832 Prime Motzkin numbers (see A001006). 1

%I #16 Dec 14 2019 21:34:29

%S 2,127,15511,953467954114363

%N Prime Motzkin numbers (see A001006).

%H Joel A. Henningsen, <a href="https://search.proquest.com/openview/3b3dd34fe5337b8065e60e7838387a6e">Sequences Modulo Primes and Finite State Automata</a>, Master's Thesis, University of South Alabama (2019).

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/MotzkinNumber.html">Motzkin Number</a>

%t 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 *)

%Y Cf. A001006, A092831.

%K nonn,more

%O 1,1

%A _Eric W. Weisstein_, Mar 06 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)