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!)
A030088 a(n) = prime^2 and digits of prime do not appear in a(n). 0
4, 9, 49, 289, 841, 2209, 2809, 3481, 4489, 6241, 24649, 29929, 66049, 94249, 97969, 121801, 124609, 128881, 167281, 201601, 218089, 299209, 310249, 332929, 434281, 452929, 458329, 546121, 619369, 727609, 863041, 2093809 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A030086(n)^2. - Robert Israel, Nov 02 2022
MAPLE
R:= NULL: count:= 0: p:= 0:
while count < 40 do
p:= nextprime(p);
ps:= p^2;
if convert(convert(p, base, 10), set) intersect convert(convert(ps, base, 10), set) = {} then
R:= R, ps; count:= count+1
fi
od:
R; # Robert Israel, Nov 02 2022
CROSSREFS
Cf. A030086.
Sequence in context: A068809 A231177 A110481 * A081069 A053967 A028945
KEYWORD
nonn,base
AUTHOR
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)