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.

A068714 Primes formed from a concatenation of 2 and 3^k for some k.

Original entry on oeis.org

23, 29, 227, 281, 2243, 2729, 26561, 219683, 24782969, 210460353203, 2282429536481, 27625597484987, 250031545098999707, 279766443076872509863361, 2239299329230617529590083, 219383245667680019896796723, 2202755595904452569706561330872953769
Offset: 0

Views

Author

Amarnath Murthy, Mar 05 2002

Keywords

Examples

			2243 is a member as it is a concatenation of 2 and 243 = 3^5.
		

Crossrefs

Cf. A068712.

Programs

  • Mathematica
    Select[Table[FromDigits[Prepend[IntegerDigits[3^n],2]],{n,75}],PrimeQ] (* Jayanta Basu, May 22 2013 *)

Extensions

More terms from Sascha Kurz, Mar 17 2002