Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143835
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143835 a(n) = Number of x <= 10^n such that 2x^2-1 is prime. +0
6
7, 45, 303, 2202, 17185, 141444, 1200975 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(1) = 7 because are 7 different x ={2, 3, 4, 6, 7, 8, 10} <= 10^1 where 2x^2-1 is prime = {7, 17, 31, 71, 97, 127, 199}

MATHEMATICA

l = 0; p = 2; a = {}; Do[k = p x^2 - 1; If[PrimeQ[k], l = l + 1]; If[N[Log[x]/Log[10]] == Round[N[Log[x]/Log[10]]], Print[l]; AppendTo[a, l]], {x, 1, 10000000}]; a (*Artur Jasinski*)

CROSSREFS

A066436, A066049, A090686, A090684, A143826, A143827, A143828, A143829, A143830, A143831, A143832, A143833, A143834

Sequence in context: A099842 A115194 A062274 this_sequence A103719 A134437 A018927

Adjacent sequences: A143832 A143833 A143834 this_sequence A143836 A143837 A143838

KEYWORD

base,nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 02 2008, Sep 04 2008

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 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research