A051200 Except for initial term, primes of form "n 3's followed by 1".
3, 31, 331, 3331, 33331, 333331, 3333331, 33333331, 333333333333333331, 3333333333333333333333333333333333333331, 33333333333333333333333333333333333333333333333331
Offset: 1
References
- Martin Gardner, The Last Recreations, Chapter 12: Strong Laws of Small Primes, Springer-Verlag, 1997, pp. 191-205, especially p. 194.
- W. Sierpiński, 200 Zadan z Elementarnej Teorii Liczb, Warsaw, 1964; Problem 88 [in English: 200 Problems from the Elementary Theory of Numbers]
- W. Sierpiński, 250 Problems in Elementary Number Theory. New York: American Elsevier, Warsaw, 1970, pp. 8, 56-57.
- F. Smarandache, Properties of numbers, University of Craiova, 1973
Links
- R. K. Guy, The strong law of small numbers. Amer. Math. Monthly 95 (1988), no. 8, 697-712. [Annotated scanned copy]
- Eric Weisstein's World of Mathematics, 3.
Programs
-
Mathematica
Join[{3},Select[Rest[FromDigits/@Table[PadLeft[{1},n,3], {n,50}]], PrimeQ]] (* Harvey P. Dale, Apr 20 2011 *)
Formula
Union of 3 and A123568.
Extensions
More terms from James Sellers
Cross reference added by Harvey P. Dale, May 21 2014
Comments