[go: up one dir, main page]

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

Showing all changes.
a(n) = ((3+sqrt(3))*(5+sqrt(3))^n + (3-sqrt(3))*(5-sqrt(3))^n)/6.
(history; published version)
#10 by Ray Chandler at Fri Jun 30 00:51:54 EDT 2023
STATUS

editing

approved

#9 by Ray Chandler at Fri Jun 30 00:51:51 EDT 2023
LINKS

<a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (10, -22).

STATUS

approved

editing

#8 by Charles R Greathouse IV at Thu Sep 08 08:45:46 EDT 2022
PROG

(MAGMAMagma) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-3); S:=[ ((3+r)*(5+r)^n+(3-r)*(5-r)^n)/6: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; // Klaus Brockhaus, Jul 13 2009

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#7 by Vaclav Kotesovec at Sat Feb 03 05:19:41 EST 2018
STATUS

reviewed

approved

#6 by Michel Marcus at Sat Feb 03 03:21:51 EST 2018
STATUS

proposed

reviewed

#5 by Jon E. Schoenfield at Sat Feb 03 01:45:08 EST 2018
STATUS

editing

proposed

#4 by Jon E. Schoenfield at Sat Feb 03 01:45:05 EST 2018
NAME

a(n) = ((3+sqrt(3))*(5+sqrt(3))^n + (3-sqrt(3))*(5-sqrt(3))^n)/6.

COMMENTS

2nd binomial transform of A086405. [From _- _R. J. Mathar_, Jul 17 2009]

FORMULA

a(n) = 10*a(n-1) - 22*a(n-2) for n > 1; a(0) = 1, a(1) = 6.

From R. J. Mathar, Jul 17 2009: (Start)

a(n) = 10*a(n-2) - 22*a(n-2).

a(n)=10*a(n-2)-22*a(n-2). G.f.: (1-4*x)/(1-10*x+22*x^2). [From _R. J. Mathar_, Jul 17 2009](End)

PROG

(MAGMA) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-3); S:=[ ((3+r)*(5+r)^n+(3-r)*(5-r)^n)/6: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; [From _// _Klaus Brockhaus_, Jul 13 2009]

STATUS

approved

editing

#3 by Russ Cox at Fri Mar 30 17:40:04 EDT 2012
COMMENTS

2nd binomial transform of A086405. [From _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Jul 17 2009]

FORMULA

a(n)=10*a(n-2)-22*a(n-2). G.f.: (1-4*x)/(1-10*x+22*x^2). [From _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Jul 17 2009]

EXTENSIONS

More terms from _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Jul 17 2009

Discussion
Fri Mar 30
17:40
OEIS Server: https://oeis.org/edit/global/190
#2 by Russ Cox at Fri Mar 30 17:28:02 EDT 2012
PROG

(MAGMA) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-3); S:=[ ((3+r)*(5+r)^n+(3-r)*(5-r)^n)/6: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; [From _Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), _, Jul 13 2009]

EXTENSIONS

Edited and extended beyond a(5) by _Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), _, Jul 13 2009

Discussion
Fri Mar 30
17:28
OEIS Server: https://oeis.org/edit/global/145
#1 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
NAME

a(n) = ((3+sqrt(3))*(5+sqrt(3))^n+(3-sqrt(3))*(5-sqrt(3))^n)/6.

DATA

1, 6, 38, 248, 1644, 10984, 73672, 495072, 3329936, 22407776, 150819168, 1015220608, 6834184384, 46006990464, 309717848192, 2085024691712, 14036454256896, 94493999351296, 636137999861248, 4282512012883968

OFFSET

0,2

COMMENTS

Fifth binomial transform of A108411. Binomial transform of A162557. Inverse binomial transform of A162757.

2nd binomial transform of A086405. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 17 2009]

FORMULA

a(n) = 10*a(n-1)-22*a(n-2) for n > 1; a(0) = 1, a(1) = 6.

G.f.: (1-4*x)/(1-10*x+22*x^2).

a(n)=10*a(n-2)-22*a(n-2). G.f.: (1-4*x)/(1-10*x+22*x^2). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 17 2009]

PROG

(MAGMA) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-3); S:=[ ((3+r)*(5+r)^n+(3-r)*(5-r)^n)/6: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 13 2009]

CROSSREFS

Cf. A108411 (powers of 3 repeated), A162557, A162757.

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Jul 06 2009

EXTENSIONS

Edited and extended beyond a(5) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 13 2009

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 17 2009

STATUS

approved