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!)
A057130 Product of first n primes of form 6k-1. 3
5, 55, 935, 21505, 623645, 25569445, 1201763915, 63693487495, 3757915762205, 266812019116555, 22145397586674065, 1970940385213991785, 199064978906613170285, 21299952743007609220495, 2406894659959859841915935, 315303200454741639290987485 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = a(n-1)*A007528(n) = (A057131(n)+1)/6.
EXAMPLE
a(3) = 5*11*17 = 935.
a(4) = 21505 = 5 * 11 * 17 * 23.
PROG
(PARI) lista(nn) = {pp = 1; for (n = 1, nn, p = prime(n); if (Mod(p, 6) == -1, pp *= p; print1(pp, ", ")); ); } \\ Michel Marcus, Sep 08 2013
CROSSREFS
Sequence in context: A365588 A367164 A008543 * A141357 A357394 A093352
KEYWORD
nonn,easy
AUTHOR
Henry Bottomley, Aug 11 2000
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Oct 06 2000
More terms from Michel Marcus, Sep 08 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 24 12:22 EDT 2024. Contains 371937 sequences. (Running on oeis4.)