Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140126
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140126 Partial sums of A001912. +0
1
1, 3, 6, 11, 18, 26, 36, 48, 61, 79, 99, 126, 154, 187, 224, 266, 311, 358, 413, 471, 531, 593, 656, 721, 788, 861, 936, 1014, 1094, 1179, 1267, 1357, 1449, 1551, 1654, 1759, 1871, 1986, 2104, 2224, 2349, 2477, 2607, 2739, 2874, 3014, 3156, 3306, 3459, 3616 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = SUM[i=1..n] A001912(i) = SUM[j=1..n] {Numbers i_j such that 4*(i_j)^2 + 1 is prime}.

EXAMPLE

a(17) = 1 + 2 + 3 + 5 + 7 + 8 + 10 + 12 + 13 + 18 + 20 + 27 + 28 + 33 + 37 + 42 + 45 = 311 which is itself a prime. The primes in this sequence begin: 3, 11, 61, 79, 311, 593.

MAPLE

A001912 := proc(n) option remember ; local a ; if n <= 3 then RETURN(n); else for a from A001912(n-1)+1 do if isprime(4*a^2+1) then RETURN(a) ; fi ; od: fi ; end: A140126 := proc(n) local i ; add( A001912(i), i=1..n) ; end: seq(A140126(n), n=1..80) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 12 2008

CROSSREFS

Cf. A000040, A001912, A002496, A005574, A062325, A090693.

Sequence in context: A084576 A024667 A025210 this_sequence A140235 A010000 A014125

Adjacent sequences: A140123 A140124 A140125 this_sequence A140127 A140128 A140129

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Jun 04 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 12 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 3 14:12 EST 2008. Contains 151279 sequences.


AT&T Labs Research