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!)
A307364 Expansion of 1/(1 - Sum_{k>=1} prime(k)#*x^k), where prime(k)# is the product of first k primes (A002110). 1
1, 2, 10, 62, 454, 4310, 49954, 746078, 13180750, 283749638, 7747573666, 234558524690, 8437098259486, 340293472077722, 14523592739559970, 676119676949381762, 35425760935764788014, 2070535245695282709950, 125884029549845876309674, 8379955313909510350628018 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Invert transform of A002110.
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A002110(k)*a(n-k).
MATHEMATICA
nmax = 19; CoefficientList[Series[1/(1 - Sum[Product[Prime[j], {j, k}] x^k, {k, 1, nmax}]), {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = Sum[Product[Prime[j], {j, k}] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 19}]
CROSSREFS
Sequence in context: A175937 A175939 A192942 * A141140 A232472 A361829
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 05 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.)