|
Search: id:A050258
|
|
|
| A050258 |
|
Number of prime quadruples with largest member < 10^n. |
|
+0 1
|
|
| 1, 2, 5, 12, 38, 166, 899, 4768, 28388, 180529, 1209318, 8398278, 60070590, 441296836, 3314576487
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Thomas R. Nicely, More information (1)
Thomas R. Nicely, More information (2)
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Index entries for sequences related to numbers of primes in various ranges
|
|
MATHEMATICA
|
c =1; Do[ Do[ If[ PrimeQ[ n ] && PrimeQ[ n + 2 ] && PrimeQ[ n + 6 ] && PrimeQ[ n + 8 ], c++ ], {n, 10^n + 1, 10^(n + 1), 10} ]; Print[ c ], {n, 1, 15} ]
|
|
CROSSREFS
|
Cf. A007530.
Sequence in context: A130221 A036782 A050237 this_sequence A051436 A054581 A140440
Adjacent sequences: A050255 A050256 A050257 this_sequence A050259 A050260 A050261
|
|
KEYWORD
|
nonn,nice,hard
|
|
AUTHOR
|
Eric Weisstein (eric(AT)weisstein.com)
|
|
|
Search completed in 0.002 seconds
|