|
Search: id:A083004
|
|
|
| A083004 |
|
Primes whose 10's complement is a square. |
|
+0 1
|
|
| 19, 271, 919, 991, 15319, 22159, 25471, 28711, 46639, 54631, 64279, 74719, 84871, 86311, 87679, 90199, 92431, 95239, 98479, 98911, 99559, 99991, 1125559, 1196911, 1338751, 1549351, 1653679, 1688311, 1826119, 1996759, 2064511, 2098279
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
a(5)=15319 because 100000-15319 = 84681 = 291^2.
|
|
PROGRAM
|
(PARI) { PTS(m)=local(ct, sr, ptc); ct=0; sr=0; forprime(p=2, m, ptc=10^length(Str(p))-p; if(issquare(ptc), ct+=1; print1(p", "); sr+=1.0/p; )); print(); print("Found "ct" primes < "m); print("Sum of reciprocals = "sr); }
|
|
CROSSREFS
|
Sequence in context: A016302 A141942 A142899 this_sequence A139739 A016189 A125476
Adjacent sequences: A083001 A083002 A083003 this_sequence A083005 A083006 A083007
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), May 30 2003
|
|
|
Search completed in 0.002 seconds
|