Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112827
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112827 Least value k which is the beginning of a null Goldbach chain of length exactly n.. +0
1
60, 184, 242, 114, 2314, 1382 (list; graph; listen)
OFFSET

1,1

COMMENT

The first even number of A112826(k/2) consisting of a run of n zeros long.

EXAMPLE

a(1)=60; a(2)=184 because A112825(92) and A112825(93)=0 but A112825(91) and A112825(94) are not equal to 0.

a(3)=242 because A112825(121), A112825(122) and A112825(123)=0 but A112825(120) and A112825(124) are not equal to 0.

MATHEMATICA

f[n_] := Block[{p = 2, q = n/2}, While[ !PrimeQ[p] || !PrimeQ[n - p], p++ ]; While[ !PrimeQ[q] || !PrimeQ[n - q], q-- ]; q - p]; t = Table[0, {10000}]; Do[a = f[2n]; If[a < 10000 && t[[a + 1]] == 0, t[[a + 1]] = 2n], {n, 2, 10^6}]; g = Flatten[ Position[t, 0]];

CROSSREFS

Cf. A020481.

Sequence in context: A109379 A001034 A119630 this_sequence A082529 A126248 A068628

Adjacent sequences: A112824 A112825 A112826 this_sequence A112828 A112829 A112830

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 05 2005

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research