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!)
A106814 Largest prime of the set of six consecutive primes whose sum of digits is a set of six distinct primes. 1
102301, 420029, 579017, 1440037, 1725079, 2541043, 3116039, 3250067, 3343097, 3512053, 3512057, 5920043, 5920049, 5920069, 5971061, 7816009, 9675013, 9675037, 10102289, 11201039, 13642003, 14304029, 14671039, 18320111, 18998101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1)=102301 is a term because sum of digits of six consecutive primes i.e., (102251, 102253, 102259, 102293, 102299, 102301), whose sum of digits (i.e., 11, 13, 19, 17, 23, 7) is a set of six distinct primes.
MATHEMATICA
sdpQ[lst_]:=Module[{sod=Total[IntegerDigits[#]]&/@lst}, Length[Union[sod]] == 6 && AllTrue[sod, PrimeQ]]; Transpose[Select[Partition[Prime[Range[ 1250000]], 6, 1], sdpQ]][[6]] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Aug 11 2014 *)
CROSSREFS
Sequence in context: A186096 A186088 A186087 * A220076 A235694 A235158
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, May 18 2005
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 May 7 08:34 EDT 2024. Contains 372300 sequences. (Running on oeis4.)