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!)
A047791 Numbers n such that n plus digit sum of n (A007953) equals a prime. 27
1, 10, 11, 13, 14, 16, 19, 32, 34, 35, 37, 52, 53, 56, 58, 59, 71, 73, 76, 91, 92, 94, 95, 97, 100, 101, 103, 104, 106, 122, 124, 127, 128, 142, 143, 146, 149, 160, 163, 166, 167, 181, 182, 184, 185, 215, 217, 218, 232, 233, 238, 250, 253, 256, 257, 271, 272 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Complement of A107743.
A062028^(-1)(A000040). - M. F. Hasler, Nov 08 2018
EXAMPLE
Digit sum of 13 = 1 + 3 = 4 -> 13 + 4 = 17 is prime.
MATHEMATICA
Select[Range[272], PrimeQ[#+Total[IntegerDigits[#]]]&] (* Jayanta Basu, May 03 2013 *)
PROG
(Haskell)
a047791 n = a047791_list !! (n-1)
a047791_list = filter ((== 1) . a010051' . a062028) [1..]
-- Reinhard Zumkeller, Sep 27 2014
(PARI) select( is(n)=isprime(n+sumdigits(n)), [1..300]) \\ M. F. Hasler, Nov 08 2018
CROSSREFS
Sequence in context: A219256 A339076 A107741 * A253610 A302578 A093679
KEYWORD
base,easy,nonn
AUTHOR
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Nov 16 2000
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 26 10:40 EDT 2024. Contains 371994 sequences. (Running on oeis4.)