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!)
A109276 Primes with a square > 1 as a substring. 1
19, 29, 41, 43, 47, 59, 79, 89, 97, 109, 139, 149, 163, 167, 179, 181, 191, 193, 197, 199, 229, 239, 241, 251, 257, 269, 281, 293, 347, 349, 359, 367, 379, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499, 509, 541 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
29, 163, 181 (resp.) contain 9=3^2, 16=4^2, 81=9^2 (resp.).
MATHEMATICA
ssQ[n_]:=With[{i=IntegerDigits[n]}, AnyTrue[Select[FromDigits/@ Flatten[ Table[ Partition[i, k, 1], {k, Length[i]}], 1], #>1&], IntegerQ[ Sqrt[ #]]&]]; Select[ Prime[ Range[100]], ssQ] (* The program uses the AnyTrue function from Mathematica version 10 *) (* Harvey P. Dale, Dec 13 2015 *)
CROSSREFS
Sequence in context: A038364 A151360 A329106 * A133765 A158846 A157026
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Jun 25 2005
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)