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!)
A052043 Squares of primes lacking the digit zero in their decimal expansion. 13
4, 9, 25, 49, 121, 169, 289, 361, 529, 841, 961, 1369, 1681, 1849, 3481, 3721, 4489, 5329, 6241, 6889, 7921, 11449, 11881, 12769, 16129, 17161, 18769, 19321, 24649, 26569, 27889, 29929, 32761, 36481, 37249, 44521, 49729, 51529, 52441, 54289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A052382 and A001248; A168046(a(n))*A064911(a(n))*A010052(a(n)) = 1. - Reinhard Zumkeller, Dec 01 2009
LINKS
Eric Weisstein's World of Mathematics, Zerofree - Reinhard Zumkeller, Dec 01 2009
MATHEMATICA
Select[Prime[Range[100]]^2, DigitCount[#, 10, 0]==0&] (* Harvey P. Dale, Mar 18 2012 *)
PROG
(PARI) is(n)=my(d=digits(n)); vecsort(d)[1]&&issquare(n, &n)&&isprime(n) \\ Charles R Greathouse IV, Jun 05 2013
CROSSREFS
Squares: A052042, A052040, A052041.
Sequence in context: A001248 A280076 A359757 * A188836 A030146 A229970
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Dec 15 1999
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 May 2 07:19 EDT 2024. Contains 372178 sequences. (Running on oeis4.)