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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153050 Six-digit squares that are concatenation of two 3-digit primes. 2
101761, 113569, 127449, 131769, 137641, 149769, 167281, 199809, 349281, 439569, 463761, 491401, 641601, 683929, 797449 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=(A153048(n))^2.

There are exactly 15 such numbers.

There are exactly 15 such numbers.

MATHEMATICA

c = 0; t = 1000; re = Sort[Reap[Do[If[PrimeQ[p], Do[If[PrimeQ[q], r = p*t + q; s = Sqrt[r]; If[s == Floor[s], c++; Sow[r]]], {q, 101, 999, 2}]], {p, 101, 999, 2}]][[2, 1]]]

CROSSREFS

A153048

Sequence in context: A187642 A023077 A077760 * A203592 A106813 A186096

Adjacent sequences:  A153047 A153048 A153049 * A153051 A153052 A153053

KEYWORD

fini,full,nonn,base

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Dec 17 2008

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 15 21:56 EST 2012. Contains 205860 sequences.