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!)
A103569 Sum of the (primes > 5 modulo 11). 0
7, 7, 9, 15, 23, 24, 31, 40, 44, 52, 62, 65, 74, 78, 84, 85, 90, 97, 99, 105, 106, 115, 117, 121, 129, 139, 142, 148, 158, 163, 170, 176, 184, 187, 196, 198, 206, 209, 214, 218, 224, 234, 235, 237, 240, 247, 256, 258, 266, 276, 285, 289, 299, 304, 311, 313, 319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+1)-a(n) = A039709(n+4).
MATHEMATICA
a = Table[Sum[Mod[Prime[i + 3], 11], {i, 1, n}], {n, 1, 200}]
Accumulate[Mod[Prime[Range[4, 60]], 11]] (* Harvey P. Dale, Aug 24 2017 *)
CROSSREFS
Sequence in context: A225961 A099290 A224895 * A306530 A094460 A070642
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 23 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)