A049650 Compositorial numbers (A036691) + 1.
2, 5, 25, 193, 1729, 17281, 207361, 2903041, 43545601, 696729601, 12541132801, 250822656001, 5267275776001, 115880067072001, 2781121609728001, 69528040243200001, 1807729046323200001, 48808684250726400001, 1366643159020339200001
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..429
- Hisanori Mishima, Factorizations of many number sequences
- Hisanori Mishima, Factorizations of many number sequences
Programs
-
Mathematica
Composite[n_] := FixedPoint[n + PrimePi[#] + 1 &, n + PrimePi[n] + 1]; Table[Product[Composite[i], {i, 1, n}] + 1, {n, 0, 30}] (* G. C. Greubel, Dec 05 2017 *)
Formula
a(n) = 1 + Product_{i=1..n} A002808(i). - Jonathan Vos Post, Jun 07 2008
Comments