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!)
A111326 Numbers k such that 12 divides prime(1) + ... + prime(k). 11
97, 99, 103, 105, 107, 111, 119, 121, 125, 129, 161, 163, 169, 175, 177, 179, 185, 195, 199, 203, 205, 207, 211, 213, 233, 235, 237, 273, 305, 307, 309, 311, 329, 335, 337, 343, 345, 347, 353, 357, 421, 423, 425, 439, 443, 445, 447, 449, 455, 463, 511, 513, 515, 539 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Position[Accumulate[Prime[Range[400]]], _?(Divisible[#, 12] &)] // Flatten (* Amiram Eldar, May 14 2024 *)
PROG
(PARI) lista(pmax) = {my(s = 0, k = 0); forprime(p = 2, pmax, k++; s += p; if(!(s % 12), print1(k, ", "))); } \\ Amiram Eldar, May 14 2024
CROSSREFS
Sequence in context: A253387 A074482 A130765 * A031313 A180524 A033208
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 05 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 August 17 16:37 EDT 2024. Contains 375227 sequences. (Running on oeis4.)