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!)
A187362 Pell trisection: Pell(3*n+2), n >= 0. 2
2, 29, 408, 5741, 80782, 1136689, 15994428, 225058681, 3166815962, 44560482149, 627013566048, 8822750406821, 124145519261542, 1746860020068409, 24580185800219268, 345869461223138161, 4866752642924153522, 68480406462161287469, 963592443113182178088, 13558774610046711780701 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
For the general trisection of a sequence see a Wolfdieter Lang comment under A187357.
LINKS
FORMULA
a(n) = Pell(3*n+2), n >= 0, with Pell(n):=A000129(n).
O.g.f.: (2+x)/(1-14*x-x^2).
a(n) = 14*a(n-1) + a(n-2), a(-1)=1, a(0)=2.
a(n) = (((7-5*sqrt(2))^n*(-3+2*sqrt(2)) + (3+2*sqrt(2))*(7+5*sqrt(2))^n)) / (2*sqrt(2)). - Colin Barker, Jan 25 2016
MATHEMATICA
Table[Fibonacci[3n + 2, 2], {n, 0, 20}] (* Vladimir Reshetnikov, Sep 16 2016 *)
PROG
(PARI) Vec((2+x)/(1-14*x-x^2) + O(x^20)) \\ Colin Barker, Jan 25 2016
CROSSREFS
Cf. A142588 (Pell(3n)), A187361 (Pell(3n+1)).
Sequence in context: A183722 A104535 A264175 * A176938 A006988 A282735
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Mar 09 2011
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)