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!)
A316708 Bisection of the odd-indexed Pell numbers A001653: part 1. 1
1, 29, 985, 33461, 1136689, 38613965, 1311738121, 44560482149, 1513744654945, 51422757785981, 1746860020068409, 59341817924539925, 2015874949414289041, 68480406462161287469, 2326317944764069484905, 79026329715516201199301, 2684568892382786771291329, 91196316011299234022705885, 3097990175491791170000708761, 105240469650709600546001391989 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The other part of the bisection is given in A316709.
This sequence gives every other positive proper solutions of the Pell equation b^2 - 2*a^2 = -1 with a1 = a(n) = Pell(4*n+1) and b1 = b1(n) = A002315(2*n), for n >= 0. The other solutions are a2 = A316709(n) = Pell(4*n+3) and b2 = A002315(2*n+1), for n >= 0.
LINKS
FORMULA
a(n) = Pell(4*n+1) = A000129(4*n+1) = A001653(2*n+1), n >= 0.
a(n) = 34*a(n-1) - a(n-2), with a(-1) = 5 and a(0) = 1.
a(n) = S(n, 34) - 5*S(n-1, 34), where the Chebyshev polynomial S(n, 34) = A029547(n), n >= 0, with S(-1, x) = 0.
G.f.: (1 - 5*x)/(1 - 34*x + x^2).
PROG
(PARI) x='x+O('x^99); Vec((1-5*x)/(1-34*x+x^2)) \\ Altug Alkan, Jul 11 2018
CROSSREFS
Sequence in context: A167738 A107964 A096699 * A218807 A218193 A218369
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jul 11 2018
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 May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)