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!)
A221983 Number of primes of the form (x+1)^11 - x^11 less than 10^n. 2
1, 2, 3, 3, 4, 4, 4, 4, 5, 6, 6, 8, 9, 9, 9, 12, 15, 18, 24, 30, 35, 41, 46, 66, 83, 104, 133, 166, 195, 247, 314, 400, 475, 589, 709, 855, 1046, 1313, 1604, 1998, 2468, 3029, 3681, 4518, 5581, 6920, 8629, 10647, 13122, 16214, 19894, 24644, 30569, 37864, 46927 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
COMMENTS
Number of primes less than 10^n and equal to the difference of two consecutive eleventh powers (x+1)^11 - x^11 = 11x(x+1)(x^2+x+1)( x(x+1)(x^2+x+1)(x^2+x+3)+1) + 1 (A189055). Values of x = A211184. Sequence of number of primes less than 10^n and of the form (x+1)^11 - x^11 have similar characteristics to similar sequences for natural primes (A006880), cuban primes (A113478) and primes of the form (x+1)^p - x^p for p = 5 (A221846) and p = 7 (A221977).
LINKS
MATHEMATICA
nn = 40; t = Table[0, {nn}]; n = 0; While[n++; p = (n + 1)^11 - n^11; p < 10^nn, If[PrimeQ[p], m = Ceiling[Log[10, p]]; t[[m]]++]]; Accumulate[t] (* T. D. Noe, Feb 04 2013 *)
CROSSREFS
Sequence in context: A247134 A080604 A357815 * A029118 A129382 A353241
KEYWORD
nonn
AUTHOR
Vladimir Pletser, Feb 02 2013
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)