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!)
A179632 Primes p such that p + the integer part of square root of its digits is a prime. 1
2, 5, 11, 19, 67, 101, 109, 127, 163, 457, 557, 587, 593, 599, 613, 647, 677, 823, 857, 877, 941, 971, 1009, 1097, 1187, 1213, 1277, 1291, 1367, 1427, 1453, 1481, 1483, 1543, 1553, 1559, 1663, 1741, 1753, 1783, 1861, 1871, 1873, 1907, 2083, 2267, 2287 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
67 is in the sequence since 67 + int(sqrt(6)) + int(sqrt(7)) = 67+2+2 = 71 is prime.
PROG
(PARI) isok(n) = {if (isprime(n), digs = digits(n, 10); isprime(n + sum(i=1, #digs, sqrtint(digs[i]))); , 0; ); } \\ Michel Marcus, Jul 18 2013
CROSSREFS
Sequence in context: A051653 A106015 A178316 * A093871 A033263 A139482
KEYWORD
nonn,base
AUTHOR
Carmine Suriano, Jul 21 2010
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)