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!)
A049442 Numbers n such that sum of first n consecutive prime numbers is pandigital (includes all 10 digits exactly once). 3

%I #8 Jun 04 2012 17:14:34

%S 14353,18572,22876,25212,26799,27803,28752,30510,32011,32423,32515,

%T 35137,37055

%N Numbers n such that sum of first n consecutive prime numbers is pandigital (includes all 10 digits exactly once).

%H C. K. Caldwell, <a href="http://www.utm.edu/research/primes/">The Prime Pages</a>

%e The 32423rd prime is 381631 and 2 + 3 + 5 + 7 + 11 + ... + 381631 = 5897230146.

%t Flatten[Position[Accumulate[Prime[Range[40000]]],_?(Sort[IntegerDigits[ #]] ==Range[0,9]&)]] (* _Harvey P. Dale_, Jun 04 2012 *)

%Y Cf. A049443, A049446.

%K fini,full,nonn,base

%O 1,1

%A _G. L. Honaker, Jr._

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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)