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!)
A154316 Primes prime(k) such that abs(sum of digits of prime(k) - sum of digits of k) < 2. 0
2, 3, 17, 41, 53, 109, 131, 163, 241, 251, 263, 307, 317, 337, 347, 383, 457, 491, 701, 911, 1039, 1049, 1091, 1093, 1153, 1163, 1301, 1303, 1361, 1433, 1571, 1601, 1613, 1627, 1637, 1811, 1831, 1871, 1901, 1913, 1931, 1933, 1973, 2017, 2027, 2131, 2141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
From R. J. Mathar, May 01 2010: (Start)
A007953 := proc(n) add(d, d=convert(n, base, 10)) ; end proc:
A007605 := proc(n) A007953(ithprime(n)) ; end proc:
for n from 1 to 600 do if abs( A007605(n)-A007953(n)) <=1 then printf("%d, ", ithprime(n)) ; end if; end do: (End)
CROSSREFS
Sequence in context: A153686 A042137 A067976 * A051084 A106860 A042699
KEYWORD
nonn,base,less
AUTHOR
EXTENSIONS
Corrected (433, 1217, 1229 removed ...) by R. J. Mathar, May 01 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)