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!)
A031171 a(n) = prime(n+9) - prime(n). 11
27, 28, 32, 34, 32, 34, 36, 40, 38, 38, 40, 36, 38, 40, 42, 44, 42, 42, 40, 38, 40, 48, 48, 48, 42, 48, 48, 50, 54, 54, 46, 48, 44, 52, 44, 46, 42, 48, 56, 54, 50, 52, 48, 48, 54, 58, 52, 46, 44, 48, 48, 44, 52, 56, 54, 50, 48, 60, 60, 66, 66, 60, 52, 56, 60, 62, 52 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
ithprime(n+9)-ithprime(n);
MATHEMATICA
Table[Prime[n+9]-Prime[n], {n, 80}] (* Harvey P. Dale, Jan 29 2023 *)
PROG
(Magma) [NthPrime(n+9)-NthPrime(n): n in [1..100] ]; // Vincenzo Librandi, Apr 23 2011
(Haskell)
a031171 n = a031171_list !! (n-1)
a031171_list = zipWith (-) (drop 9 a000040_list) a000040_list
-- Reinhard Zumkeller, Aug 23 2015
CROSSREFS
Sequence in context: A350769 A258267 A332927 * A106126 A069551 A022397
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 2 to 1 and a(1)=27 inserted by Vincenzo Librandi, Apr 23 2011
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)