[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 A163448 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A163448 a(n) = 20*a(n-1) - 98*a(n-2) for n > 1; a(0) = 1, a(1) = 12.
(history; published version)
#19 by Charles R Greathouse IV at Thu Sep 08 08:45:46 EDT 2022
PROG

(MAGMAMagma) [ n le 2 select 11*n-10 else 20*Self(n-1)-98*Self(n-2): n in [1..18] ];

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#18 by OEIS Server at Sat Dec 24 09:43:19 EST 2016
LINKS

G. C. Greubel, <a href="/A163448/b163448_1.txt">Table of n, a(n) for n = 0..940</a> (first 100 terms from Vincenzo Librandi)

#17 by Joerg Arndt at Sat Dec 24 09:43:19 EST 2016
STATUS

reviewed

approved

Discussion
Sat Dec 24 09:43
OEIS Server: Installed new b-file as b163448.txt.  Old b-file is now b163448_1.txt.
#16 by Michel Marcus at Sat Dec 24 02:31:35 EST 2016
STATUS

proposed

reviewed

#15 by Joerg Arndt at Sat Dec 24 01:54:44 EST 2016
STATUS

editing

proposed

#14 by Joerg Arndt at Sat Dec 24 01:54:41 EST 2016
LINKS

G. C. Greubel, <a href="/A163448/b163448_1.txt">Table of n, a(n) for n = 0..940</a>[The > (first 100 terms computed byfrom Vincenzo Librandi; Terms 101 onward by G. C. Greubel, Dec 24 2016])

STATUS

proposed

editing

#13 by Jon E. Schoenfield at Sat Dec 24 01:10:50 EST 2016
STATUS

editing

proposed

#12 by Jon E. Schoenfield at Sat Dec 24 01:10:47 EST 2016
FORMULA

a(n)=() = (31*(10-Sqrt[sqrt(2])^))^n- - 41*Sqrt[sqrt(2]*()*(10-Sqrt[sqrt(2])^))^n+ + 49*(10+Sqrt[sqrt(2])^))^n+ + 49*Sqrt[sqrt(2]*()*(10+Sqrt[sqrt(2])^))^n)/(98*(10+Sqrt[sqrt(2])). - _))). - _Harvey P. Dale_, Nov 14 2011

CROSSREFS

Cf. A163447, A163403, A163447.

STATUS

proposed

editing

#11 by G. C. Greubel at Sat Dec 24 00:44:18 EST 2016
STATUS

editing

proposed

#10 by G. C. Greubel at Sat Dec 24 00:43:34 EST 2016
NAME

a(n) = 20*a(n-1)-) - 98*a(n-2) for n > 1; a(0) = 1, a(1) = 12.

LINKS

Vincenzo LibrandiG. C. Greubel, <a href="/A163448/b163448_1.txt">Table of n, a(n) for n = 0..100940</a>>[The first 100 terms computed by Vincenzo Librandi; Terms 101 onward by G. C. Greubel, Dec 24 2016]

FORMULA

a(n) = ((1+sqrt(2))*(10+sqrt(2))^n+( + (1-sqrt(2))*(10-sqrt(2))^n)/2.

a(n)=(31*(10-Sqrt[2])^n-41*Sqrt[2]*(10-Sqrt[2])^n+49*(10+Sqrt[2])^n+ 49*Sqrt[2]*(10+Sqrt[2])^n)/(98*(10+Sqrt[2])) [From ])). - _Harvey P. Dale, _, Nov 14 2011]

E.g.f.: exp(10*x)*( cosh(sqrt(2)*x) + sqrt(2)*sinh(sqrt(2)*x) ). - G. C. Greubel, Dec 24 2016

PROG

(PARI) Vec((1-8*x)/(1-20*x+98*x^2) + O(x^50)) \\ G. C. Greubel, Dec 24 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 30 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)