Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118469
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
%I A118469
%S A118469 1,1,3,1,4,5,1,6,7,8,1,7,8,9,11,1,9,10,11,13,14,1,10,11,12,14,15,17,1,
%T A118469 12,13,14,16,17,19,20,1,15,16,17,19,20,22,23,25,1,16,17,18,20,21,23,24,
%U A118469 26,29,1,19,20,21,23,24,26,27,29,32,33,1,21,22,23,25,26,28,29,31,34,35
%N A118469 Triangle read by rows: a(n,m) = If(n = 1, then 1, else Prime(n) - 1 + 
               Sum_{k=n..m} (Prime(k + 1) - Prime(k))/2.
%C A118469 An improved triangular Goldbach sequence in which the gap sum is taken 
               from a start at n.
%e A118469 1
%e A118469 1, 3
%e A118469 1, 4, 5
%e A118469 1, 6, 7, 8
%e A118469 1, 7, 8, 9, 11
%e A118469 1, 9, 10, 11, 13, 14
%e A118469 1, 10, 11, 12, 14, 15, 17
%e A118469 1, 12, 13, 14, 16, 17, 19, 20
%e A118469 1, 15, 16, 17, 19, 20, 22, 23, 25
%e A118469 1, 16, 17, 18, 20, 21, 23, 24, 26, 29
%t A118469 t[n_, m_] := If[n == 1, 1, Prime[n] + Sum[(Prime[k + 1] - Prime[k])/2, 
               {k, n, m}] - 1]; Table[ t[n, m], {m, 11}, {n, m}] // Flatten
%Y A118469 Main diagonal: A078444, 2nd diagonal: A073273.
%Y A118469 Columns 1-8: A000012, A006254, A098090, A089253, A097069, A097338, A097480, 
               A098605.
%Y A118469 Sequence in context: A016473 A029637 A097207 this_sequence A069203 A046070 
               A068399
%Y A118469 Adjacent sequences: A118466 A118467 A118468 this_sequence A118470 A118471 
               A118472
%K A118469 nonn,tabl
%O A118469 1,3
%A A118469 Roger Bagula (rlbagulatftn(AT)yahoo.com), May 04 2006

    
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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research