login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156753 Primes where the largest digit is equal to the sum of all the other digits. 0
11, 101, 167, 211, 257, 347, 431, 523, 541, 617, 743, 761, 853, 1021, 1087, 1153, 1201, 1373, 1427, 1483, 1531, 1571, 1607, 1733, 1861, 2011, 2053, 2141, 2237, 2251, 2273, 2383, 2411, 2417, 2503, 2521, 2741, 2833, 2851, 3041, 3137, 3371, 3407, 3511, 3823 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Chris Caldwell, The First 1,000 Primes

EXAMPLE

1571 is a prime in which the largest digit is equal to the sum of all the other digits.

MAPLE

A054055 := proc(n) max(op(convert(n, base, 10))) ; end: A007953 := proc(n) add(d, d=convert(n, base, 10)) ; end: for n from 1 to 800 do p := ithprime(n) ; if 2*A054055(p) = A007953(p) then printf("%d, ", p) ; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 20 2009]

CROSSREFS

A000040

Sequence in context: A083144 A058411 A134462 * A118592 A156617 A168536

Adjacent sequences:  A156750 A156751 A156752 * A156754 A156755 A156756

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Feb 14 2009

EXTENSIONS

11 added in front and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 20 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 13:08 EST 2012. Contains 205623 sequences.