The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A114620 2*A084158 (twice Pell triangles). 2
0, 2, 10, 60, 348, 2030, 11830, 68952, 401880, 2342330, 13652098, 79570260, 463769460, 2703046502, 15754509550, 91824010800, 535189555248, 3119313320690, 18180690368890, 105964828892652, 617608282987020 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Cross-referenced sequences A116484, A001109, A108475, A090390 are also generated by A*B given in the following FAMP code.
Floretion Algebra Multiplication Program, FAMP Code: 1jesleftseq[A*B] with A = - .5'i + .5'j - .5i' + .5j' + 'kk' - .5'ik' - .5'jk' - .5'ki' - .5'kj' and B = - .5'j + .5'k - .5j' + .5k' - 'ii' - .5'ij' - .5'ik' - .5'ji' - .5'ki'
Related to the reciprocals of the differences between successive convergents of the continued fraction of sqrt(2) (i.e., 1, 2, -10, 60, -348, 2030, -11830, 68952, ...). 1/1 + 1/2 - 1/10 + 1/60 - 1/348 + 1/2030 + ... = sqrt(2). 2, 10, 60, ... are products of the denominators of two successive convergents of sqrt(2) (e.g., 11830 = 70*169, cf. A000129 (Pell numbers)). - Gerald McGarvey, Feb 28 2006
a(n) is half of the even leg (b(n)) of the ordered Pythagorean triple (x(n), y(n)=x(n)+1, z(n)). In fact b(n) = x(n) + (1-(-1)^n)/2: x(0)=0, b(0)=0, a(0)=0; x(1)=3, b(1)=4, a(1)=2. - George F. Johnson, Aug 13 2012
Given a square shape composed of A001110(n+1) elements, thinking of it graphically as a sum of layers, each layer having an odd number of elements (all layers together being a sum of consecutive odd numbers), a(n) is the number of last layers that we have to subtract from the square to get a square of squares that is made of A002965(2*(n+1))^4 elements. - Daniel Poveda Parrilla, Jul 17 2016
Also numbers m such that 8*m^2 - 4*m + 1 or 8*m^2 + 4*m + 1 is a perfect square (square roots are then A001653). - Lamine Ngom, Jul 25 2023
LINKS
FORMULA
G.f.: 2*x/((x+1)*(x^2-6*x+1)).
From George F. Johnson, Aug 13 2012: (Start)
a(n) = ((sqrt(2) + 1)^(2*n+1) - (sqrt(2) - 1)^(2*n+1) - 2*(-1)^n)/8. - corrected by Ilya Gutkovskiy, Jul 18 2016
4*a(n)*(2*a(n) + (-1)^n) + 1 = A000129(2*n+1)^2 is a perfect square.
For n >= 0, a(n+1) = 3*a(n) + (-1)^n + sqrt(4*a(n)*(2*a(n) + (-1)^n) + 1).
For n > 0, a(n-1) = 3*a(n) + (-1)^n - sqrt(4*a(n)*(2*a(n) + (-1)^n) + 1).
a(n+1) = 6*a(n) - a(n-1) + 2*(-1)^n.
a(n+1) = 5*a(n) + 5*a(n-1) - a(n-2).
For n > 0, a(n+1)*a(n-1) = a(n)*(a(n) + 2*(-1)^n).
a(n) = A046729(n)/2. (End)
a(n) = A000129(n)*A000129(n+1). - Philippe Deléham, Apr 10 2013
a(n) = A002965(2*(n+1))*(A002965(2*(n+1)+1) - A002965(2*(n+1))). - Daniel Poveda Parrilla, Jul 17 2016
MATHEMATICA
Table[Fibonacci[n, 2] Fibonacci[n + 1, 2], {n, 0, 20}] (* or *)
LinearRecurrence[{5, 5, -1}, {0, 2, 10}, 21] (* or *)
CoefficientList[Series[2 x/((x + 1) (x^2 - 6 x + 1)), {x, 0, 20}], x] (* Michael De Vlieger, Jul 17 2016 *)
CROSSREFS
Cf. A000129.
Sequence in context: A303361 A026161 A025188 * A173613 A341924 A350665
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Feb 17 2006
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 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)