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!)
A215473 Number of prime quadruples with smallest member < 2^n. 0
0, 0, 1, 2, 2, 2, 3, 4, 4, 5, 7, 10, 11, 16, 23, 28, 43, 62, 106, 177, 309, 483, 795, 1305, 2105, 3525, 5923, 10096, 17259, 30004 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Prime quadruples (A007530) are numbers n such that n, n+2, n+6, n+8 are all prime.
LINKS
EXAMPLE
a(3) = 1 because there is only one prime quadruple below 2^3, namely {5, 7, 11, 13}.
a(4) = 2 because there are two prime quadruples below 2^4: the aforementioned and {11, 13, 17, 19}.
MATHEMATICA
(* First run program for A007530 *) Table[Length[Select[A007530, # < 2^n &]], {n, 14}] (* Alonso del Arte, Aug 12 2012 *)
CROSSREFS
Cf. A050258, similar definition but with powers of 10 instead of 2.
Sequence in context: A274201 A079398 A225499 * A071988 A301337 A302404
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Aug 12 2012
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)