Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A055738
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A055738 Number of prime quadruples < 10^n, where a prime quadruple means 4 successive primes {p, p', p'', p'''} with p''' = p + 8. +0
2
0, 3, 6, 13, 39, 167, 900, 4769, 28389 (list; graph; listen)
OFFSET

1,2

REFERENCES

J. Recreational Math., vol. 23, No. 2, 1991, p. 97.

LINKS

Index entries for sequences related to numbers of primes in various ranges

EXAMPLE

For n=2 the quadruples are 3,5,7,11; 5,7,11,13; 11,13,17,19.

MAPLE

with(numtheory): x := 1229; t1 := [seq(ithprime(i), i=1..x)]; c := 0: for i from 1 to x-3 do if t1[i]+8 = t1[i+3] then c := c+1; fi; od: c; # the values of x to use are given by A006880.

MATHEMATICA

x=168; a=Table[ Prime[ n ], {n, 1, x} ]; c=0; Do[ If[ a[ [ n ] ]+8==a[ [ n+2 ] ], c++ ], {n, 1, x-3} ]; # the values of x to use are given by A006880.

CROSSREFS

Cf. A055737, A006880.

Sequence in context: A053564 A036781 A084816 this_sequence A053365 A101034 A084168

Adjacent sequences: A055735 A055736 A055737 this_sequence A055739 A055740 A055741

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 09 2000

EXTENSIONS

2 more terms from Jud McCranie (j.mccranie(AT)comcast.net), Oct 08 2000.

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research