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!)
A308596 a(n) is the product of the prime(n) smallest primes other than prime(n). 0
15, 70, 6006, 1385670, 674612557710, 1006366256282310, 6899316550553351234310, 29365306848773629524600810, 1033423560710676120463066852232970, 1090001884152331303039489872122195258388782310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(prime(n)+1)#/prime(n).
EXAMPLE
| p = | a(n) = product of p smallest
n | prime(n) | primes other than p
--+----------+--------------------------------------------
1 | 2 | 15 = 3 * 5
2 | 3 | 70 = 2 * 5 * 7
3 | 5 | 6006 = 2 * 3 * 7 * 11 * 13
4 | 7 | 1385670 = 2 * 3 * 5 * 11 * 13 * 17 * 19
MATHEMATICA
Table[a[i]=Product[Prime[j], {j, 1, Prime[i]+1}]/Prime[i], {i, 10}]
CROSSREFS
Sequence in context: A343871 A000475 A253476 * A145053 A168298 A126274
KEYWORD
nonn
AUTHOR
Francesco Vissani, Jun 09 2019
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)