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!)
A145452 a(n) = (1/(10*sqrt(2)))*((1 + sqrt(2))^(3^n) - (1 - sqrt(2))^(3^n)). 3
1, 197, 1529074009, 715015595589726925478809323773, 73109958817558064847374518951460268418149511794461927024546978118655493358310911623870212081 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/(10*sqrt(2)))*((1 + sqrt(2))^(3^n) - (1 - sqrt(2))^(3^n)).
a(n+1) = 200*a(n)^3 - 3*a(n), a(1) = 1.
a(n) = A000129(3^n)/5 . - R. J. Mathar, Jan 18 2021
MATHEMATICA
Table[Simplify[Expand[(1/(10Sqrt[2]))((1+Sqrt[2])^(3^n) + (1-Sqrt[2])^(3^n))]], {n, 5}]
Fibonacci[3^Range[6], 2]/5 (* G. C. Greubel, Mar 25 2022 *)
PROG
(Magma) [Evaluate(DicksonSecond(3^n -1, -1), 2)/5: n in [1..6]]; // G. C. Greubel, Mar 25 2022
(Sage) [lucas_number1(3^n, 2, -1)/5 for n in (1..6)] # G. C. Greubel, Mar 25 2022
CROSSREFS
Sequence in context: A097733 A114050 A268168 * A286853 A025375 A031512
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 10 2008
EXTENSIONS
Offset corrected by R. J. Mathar, Jan 18 2021
STATUS
approved

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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)