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
2, 127, 15511, 953467954114363 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Joel A. Henningsen, Sequences Modulo Primes and Finite State Automata, Master's Thesis, University of South Alabama (2019).
Eric Weisstein's World of Mathematics, Motzkin Number
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 *)
CROSSREFS
Sequence in context: A062588 A125634 A075596 * A181001 A105761 A157473
KEYWORD
nonn,more
AUTHOR
Eric W. Weisstein, Mar 06 2004
STATUS
approved

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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)