login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134641 Prime permutational numbers A134640. 11
2, 5, 7, 11, 19 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Conjecture: This sequence is finite and complete (*Artur Jasinski*).

MATHEMATICA

a = {}; b = {}; Do[AppendTo[b, n]; w =Permutations[b]; Do[j = FromDigits[w[[m]], n + 1]; If[PrimeQ[j], AppendTo[a, j]], {m, 1, Length[w]}], {n, 0, 10}]; a (*Artur Jasinski*)

CROSSREFS

Cf. A134640.

Sequence in context: A172527 A045349 A163695 * A162491 A152216 A045350

Adjacent sequences:  A134638 A134639 A134640 * A134642 A134643 A134644

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 05 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 14:47 EST 2012. Contains 205623 sequences.