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!)
A261150 a(n) = 403185216600637 + (n-1)*2124513401010. 1
403185216600637, 405309730001647, 407434243402657, 409558756803667, 411683270204677, 413807783605687, 415932297006697, 418056810407707, 420181323808717, 422305837209727, 424430350610737, 426554864011747, 428679377412757, 430803890813767, 432928404214777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms n = 1..23 are prime. This is the longest known sequence of 23 primes in arithmetic progression with minimal end known as of August 10, 2015.
LINKS
Jens Kruse Andersen, All known AP24 to AP26.
FORMULA
a(n) = 403185216600637 + (n-1)*9523*A002110(9).
G.f.: -x*(401060703199627*x-403185216600637) / (x-1)^2. - Colin Barker, Aug 25 2015
EXAMPLE
a(23) = 403185216600637 + 22*2124513401010 = 449924511422857 is prime.
MATHEMATICA
Table[403185216600637 + (n - 1) 2124513401010, {n, 1, 23}]
PROG
(Sage) [403185216600637+(n-1)*2124513401010 for n in (1..20)]
(Magma) [403185216600637+(n-1)*2124513401010: n in [1..20]];
(PARI) Vec(-x*(401060703199627*x-403185216600637)/(x-1)^2 + O(x^40)) \\ Colin Barker, Aug 25 2015
CROSSREFS
Sequence in context: A198803 A317290 A128769 * A181392 A299799 A175531
KEYWORD
nonn,easy
AUTHOR
Marco Ripà, Aug 10 2015
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 25 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)