cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A341991 Multiplicative defect in a natural approximation for the terms of A341617.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 1, 1, 4, 12, 6, 6, 6, 6, 3, 1, 8, 8, 12, 12, 6, 6
Offset: 1

Views

Author

Thomas Ward, Feb 25 2021

Keywords

Comments

A coarse approximation to A341617(n) is the primorial of (n-1), and the terms of this sequence are the quotient A341617(n) divided by the primorial of (n-1).

Examples

			For n = 3 it is known that A341617(3) = 2, so a(3) = 2/(3-1)! = 1.
		

Crossrefs

Formula

a(n) = A341617(n)/radical((n-1)!) = A341617(n)/(n-1)# = A341617(n)/A002110(n-1).

A054783 (n^2)-th Fibonacci number.

Original entry on oeis.org

0, 1, 3, 34, 987, 75025, 14930352, 7778742049, 10610209857723, 37889062373143906, 354224848179261915075, 8670007398507948658051921, 555565404224292694404015791808, 93202207781383214849429075266681969, 40934782466626840596168752972961528246147
Offset: 0

Views

Author

Jeff Burch, May 22 2000

Keywords

Comments

Crossrefs

Cf. (n^k)-th Fibonacci number: A000045 (k=1), this sequence (k=2), A182149 (k=3), A250490 (k=4), A250491 (k=5), A250492 (k=6), A250493 (k=7), A250494 (k=8).
Cf. A081667.
Cf. A341617 shows a similar property for the Stirling numbers of the second kind.

Programs

Formula

a(n) = Sum_{k=1..T(n-1)+1} binomial(T(n-1), k-1)*F(n-1+k), where F(n) is A000045 and T(n) is A000217. - Tony Foster III, Sep 03 2018
Showing 1-2 of 2 results.