[go: up one dir, main page]

login
Revision History for A001924 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Apply partial sum operator twice to Fibonacci numbers.
(history; published version)
#182 by Amiram Eldar at Tue Jul 30 05:32:19 EDT 2024
STATUS

reviewed

approved

#181 by Joerg Arndt at Tue Jul 30 03:31:27 EDT 2024
STATUS

proposed

reviewed

#180 by Jason Yuen at Tue Jul 30 03:30:33 EDT 2024
STATUS

editing

proposed

#179 by Jason Yuen at Tue Jul 30 03:30:27 EDT 2024
COMMENTS

a(n) is the number of nonempty subsets of {1,2,...,n} such that the difference of successive elements is at most 2. See example below. Generally, the o.g.f. for the number of nonempty subsets of {1,2,...,n} such that the difference of successive elements is <= k is: x/((1-x)*(1-2*x+x^(k+1))). Cf. A000217 the case for k=1, A001477 the case for k=0 (counts singleton subsets). - Geoffrey Critzer, Feb 17 2012

STATUS

approved

editing

#178 by Joerg Arndt at Thu Feb 08 01:34:00 EST 2024
STATUS

editing

approved

#177 by Paolo P. Lava at Wed Feb 07 16:40:15 EST 2024
FORMULA

a(n) = Sum_{k=1..n} C(n-k+2,k+1). - Paolo P. Lava, Apr 16 2008

STATUS

approved

editing

#176 by Alois P. Heinz at Thu Jun 30 03:33:37 EDT 2022
STATUS

reviewed

approved

#175 by Michel Marcus at Thu Jun 30 03:17:59 EDT 2022
STATUS

proposed

reviewed

#174 by Stefano Spezia at Wed Jun 29 05:57:39 EDT 2022
STATUS

editing

proposed

#173 by Stefano Spezia at Wed Jun 29 05:57:03 EDT 2022
LINKS

Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992.

Simon Plouffe, <a href="/A000051/a000051_2.pdf">1031 Generating Functions</a>, Appendix to Thesis, Montreal, 1992

STATUS

proposed

editing

Discussion
Wed Jun 29
05:57
Stefano Spezia: In alphabetic order, numbers come before letters