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!)
A333372 a(n) = prime(n)# - Sum_{k=1..n-1} prime(k)# * a(n-k), where prime()# = A002110. 0
1, 2, 2, 14, 110, 1526, 20858, 388718, 7614806, 183489830, 5561422394, 174355099682, 6611001621542, 274364327631194, 11859712864132730, 562348710109678226, 30121397642062848278, 1792060484721674304638, 109581661931207939415266, 7388364108380826136619810 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Primorial
FORMULA
G.f.: 2 - 1 / (Sum_{k>=0} prime(k)# * x^k).
MATHEMATICA
primorial[n_] := Product[Prime[k], {k, 1, n}]; a[n_] := a[n] = primorial[n] - Sum[primorial[k] a[n - k], {k, 1, n - 1}]; Table[a[n], {n, 0, 19}]
CROSSREFS
Sequence in context: A366364 A202730 A292080 * A350923 A291376 A273319
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 17 2020
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)