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.

A167739 Primes that become squares when prefixed with a 6.

Original entry on oeis.org

241, 1009, 3001, 44809, 67489, 93889, 145441, 195121, 205081, 235009, 285049, 295081, 355441, 416089, 538249, 558721, 620329, 713281, 744409, 817321, 1199329, 1418569, 1481281, 1889689, 1952641, 2520649, 2742241, 3409369, 3504961, 3568729, 3792169, 3952009
Offset: 1

Views

Author

Claudio Meller, Nov 10 2009

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[300000]],IntegerQ[Sqrt[FromDigits[Join[{6}, IntegerDigits[ #]]]]]&] (* Harvey P. Dale, May 05 2012 *)

Extensions

More terms from Harvey P. Dale, May 05 2012