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!)
A048517 Primes whose sum of digits is the perfect number 28. 5

%I #15 Oct 14 2019 23:40:03

%S 1999,3889,4789,4969,4987,5689,5779,5869,6679,6949,6967,7489,7669,

%T 7687,7759,7867,7993,8389,8677,8839,8893,8929,9199,9397,9649,9739,

%U 9829,9883,9973,12799,12889,12979,13789,13879,14779,14797,14869,14887,15679

%N Primes whose sum of digits is the perfect number 28.

%H Vincenzo Librandi, <a href="/A048517/b048517.txt">Table of n, a(n) for n = 1..10000</a>

%H C. Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_035.htm">See also</a> Carlos Rivera's Puzzle Site.

%t Select[Prime[Range[20000]], Total[IntegerDigits[#]] == 28 &] (* _Vincenzo Librandi_, Apr 22 2014 *)

%Y Cf. A000396, A048518.

%K nonn,base,easy

%O 1,1

%A _Patrick De Geest_, May 15 1999

%E Checked by _Zak Seidov_, Mar 26 2006

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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)