[go: up one dir, main page]

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!)
Revision History for A102714 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A102714 Expansion of (x+2) / ((x+1)*(x^2-3*x+1)).
(history; published version)
#25 by Michel Marcus at Sat Mar 09 14:54:36 EST 2024
STATUS

reviewed

approved

#24 by Hugo Pfoertner at Sat Mar 09 14:24:08 EST 2024
STATUS

proposed

reviewed

#23 by Robert C. Lyons at Sat Mar 09 13:19:48 EST 2024
STATUS

editing

proposed

#22 by Robert C. Lyons at Sat Mar 09 13:19:43 EST 2024
COMMENTS

Floretion Algebra Multiplication Program, FAMP code: (a(n)) = 2dia[I]forseq[ + .5'i + .5'ii' + .5'ij' + .5'ik' ], 2dia[J]forseq = 2dia[K]forseq = A001654, mixforseq = A001519, tesforseq = A099016, vesforseq = A000004. Identity used: dia[I] + dia[J] + dia[K] + mix + tes = ves

PROG

Floretion Algebra Multiplication Program, FAMP code: (a(n)) = 2dia[I]forseq[ + .5'i + .5'ii' + .5'ij' + .5'ik' ], 2dia[J]forseq = 2dia[K]forseq = A001654, mixforseq = A001519, tesforseq = A099016, vesforseq = A000004. Identity used: dia[I] + dia[J] + dia[K] + mix + tes = ves

STATUS

approved

editing

#21 by R. J. Mathar at Wed Sep 11 14:57:08 EDT 2019
STATUS

editing

approved

#20 by R. J. Mathar at Wed Sep 11 14:56:36 EDT 2019
FORMULA

a(n) = (-1)^n +9*A001906(n+1) -A001906(n) . - R. J. Mathar, Sep 11 2019

STATUS

approved

editing

#19 by Joerg Arndt at Sat Oct 01 06:24:26 EDT 2016
STATUS

reviewed

approved

#18 by Michel Marcus at Sat Oct 01 06:02:48 EDT 2016
STATUS

proposed

reviewed

#17 by Colin Barker at Sat Oct 01 06:00:12 EDT 2016
STATUS

editing

proposed

#16 by Colin Barker at Sat Oct 01 05:59:28 EDT 2016
NAME

G.f.: (Expansion of (x+2)/(() / ((x+1)()*(x^2-3x3*x+1)).

DATA

2, 5, 14, 36, 95, 248, 650, 1701, 4454, 11660, 30527, 79920, 209234, 547781, 1434110, 3754548, 9829535, 25734056, 67372634, 176383845, 461778902, 1208952860, 3165079679, 8286286176, 21693778850, 56795050373, 148691372270, 389279066436, 1019145827039

LINKS

Colin Barker, <a href="/A102714/b102714.txt">Table of n, a(n) for n = 0..1000</a>

FORMULA

a(n) = 2*a(n-1) + 2*a(n-2) - a(n-3), a(0) = 2, a(1) = 5, a(2) = 14; a(n) + a(n+1) = A100545(n); a(n) + 2*a(n+1) + a(n+2) = A055849(n+2); a(n) + 2*A001654(n) - A099016(n+2) + 2*A001519(n) = 0.

a(n) + a(n+1) = A100545(n).

a(n) + 2*a(n+1) + a(n+2) = A055849(n+2).

a(n) + 2*A001654(n) - A099016(n+2) + 2*A001519(n) = 0.

a(n) = (2^(-1-n)*((-1)^n*2^(1+n)+(9-5*sqrt(5))*(3-sqrt(5))^n+(3+sqrt(5))^n*(9+5*sqrt(5))))/5. - Colin Barker, Oct 01 2016

PROG

(PARI) a(n) = round((2^(-1-n)*((-1)^n*2^(1+n)+(9-5*sqrt(5))*(3-sqrt(5))^n+(3+sqrt(5))^n*(9+5*sqrt(5))))/5) \\ Colin Barker, Oct 01 2016

(PARI) Vec((x+2)/((x+1)*(x^2-3*x+1)) + O(x^40)) \\ Colin Barker, Oct 01 2016

STATUS

approved

editing

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 August 29 12:14 EDT 2024. Contains 375516 sequences. (Running on oeis4.)