cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A144864 a(n) = (4*16^(n-1)-1)/3.

Original entry on oeis.org

1, 21, 341, 5461, 87381, 1398101, 22369621, 357913941, 5726623061, 91625968981, 1466015503701, 23456248059221, 375299968947541, 6004799503160661, 96076792050570581, 1537228672809129301, 24595658764946068821, 393530540239137101141, 6296488643826193618261, 100743818301219097892181
Offset: 1

Views

Author

Artur Jasinski, Sep 23 2008

Keywords

Comments

Old name was: A144863, read as binary numbers, converted to base 10.
All numbers in this sequence for n>1 are congruent to 5 mod 16. - Artur Jasinski, Sep 25 2008
From Omar E. Pol, Sep 10 2011: (Start)
It appears that this is a bisection of A002450.
It appears that this is a bisection of A084241.
It appears that this is a bisection of A153497.
It appears that this is a bisection of A088556, if n>=2.
(End)
All of the above is trivially true. - Joerg Arndt, Aug 19 2014
The aerated sequence (b(n))n>=1 = [1, 0, 21, 0, 341, 0, 5461, 0, 87381, ...] is a fourth-order linear divisibility sequence; that is, a(n) divides a(m) whenever n divides m. It is the case P1 = 0, P2 = -9, Q = -4 of the 3-parameter family of 4th-order linear divisibility sequences found by Williams and Guy. - Peter Bala, Aug 26 2022

Crossrefs

Third quadrisection of Jacobsthal numbers A001045; the other quadrisections are A195156 (first), A139792 (second), and A141060 (fourth).

Programs

  • Magma
    [16^n/12-1/3: n in [1..20]]; // Vincenzo Librandi, Aug 03 2011
    
  • Mathematica
    Table[1/3 (-1 + 16^(n - 1)) + 16^(n - 1), {n, 1, 17}] (* Artur Jasinski, Sep 25 2008 *)
    LinearRecurrence[{17,-16},{1,21},20] (* Harvey P. Dale, Jun 29 2022 *)
  • PARI
    vector(66,n,(4*16^(n-1)-1)/3) \\ Joerg Arndt, Aug 19 2014

Formula

a(n) = 16^n/12 - 1/3; a(n) = 16*a(n-1) + 5, a(1)=1. - Artur Jasinski, Sep 25 2008
G.f.: x*(1+4*x) / ( (16*x-1)*(x-1) ). - R. J. Mathar, Jan 06 2011
a(n)=b such that Integral_{x=-Pi/2..Pi/2} (-1)^(n+1)*2^(2*n-3)*(cos((2*n-1)*x))/(5/4+sin(x)) dx = c+b*log(3). - Francesco Daddi, Aug 02 2011
a(n) = (2^(4*n-2)-1)/3. - Klaus Purath, Jan 31 2021
From Jianing Song, Aug 30 2022: (Start)
a(n) = A001045(4*n-2).
a(n+1) - a(n) = 10*A013776(n-1) = 20*A001025(n-1) for n >= 1.
a(n) = 10*A098704(n) + 1 = 20*A131865(n-2) + 1 for n >= 2. (End)
E.g.f.: (exp(16*x) - 4*exp(x) + 3)/12. - Stefano Spezia, Apr 18 2024

Extensions

New name from Joerg Arndt, Aug 19 2014

A195156 a(n) = (16^n-1)/3.

Original entry on oeis.org

0, 5, 85, 1365, 21845, 349525, 5592405, 89478485, 1431655765, 22906492245, 366503875925, 5864062014805, 93824992236885, 1501199875790165, 24019198012642645, 384307168202282325, 6148914691236517205, 98382635059784275285, 1574122160956548404565
Offset: 0

Views

Author

Omar E. Pol, Sep 10 2011

Keywords

Comments

Numbers of A002450 that are multiples of 5. Also sequence found by reading the line from 0, in the direction 0, 5,..., in the square spiral whose edges are the Jacobsthal numbers A001045 and whose vertices are the numbers A000975. This is a semi-diagonal in the spiral.
In binary, these numbers are 101...01 (see A031982). - Alonso del Arte, May 20 2017
0 together with Jacobsthal numbers ending with the decimal digit 5. - Jianing Song, Aug 30 2022

Crossrefs

Bisection of A002450.
First quadrisection of Jacobsthal numbers A001045; the other quadrisections are A139792 (second), A144864 (third), and A141060 (fourth).

Programs

Formula

From Bruno Berselli, Sep 19 2011: (Start)
G.f.: 5*x/((1-x)*(1-16*x)).
a(n) = A002450(2n) = (16^n-1)/3.
a(n) = 5*A131865(n-1) = a(n-1) + 5*A001025(n-1) = 16*a(n-1) + 5 for n > 0. (End)
From Jianing Song, Aug 30 2022: (Start)
a(n) = A001045(4*n).
a(n+1) - a(n) = 10*A013777(n-1) = 80*A001025(n-1) for n >= 1. (End)
E.g.f.: exp(x)*(exp(15*x) - 1)/3. - Stefano Spezia, Dec 17 2022

Extensions

New sequence name suggested by Charles R Greathouse IV using Berselli's formula. - Sep 19 2011

A141060 Fourth quadrisection of Jacobsthal numbers A001045: a(n)=16a(n-1)-5.

Original entry on oeis.org

3, 43, 683, 10923, 174763, 2796203, 44739243, 715827883, 11453246123, 183251937963, 2932031007403, 46912496118443, 750599937895083, 12009599006321323, 192153584101141163, 3074457345618258603, 49191317529892137643
Offset: 0

Views

Author

Paul Curtz, Jul 30 2008

Keywords

Comments

Jacobsthal numbers ending with the decimal digit 3. - Jianing Song, Aug 30 2022

Crossrefs

The other quadrisections of A001045 are A195156 (first), A139792 (second), and A144864 (third).

Programs

Formula

a(n) = A139792(n) + A013776(n).
a(n+1) - a(n) = 10*A013709(n) = 40*A001025(n).
G.f.: (3-8*x)/((1-x)*(1-16*x)). [Colin Barker, Apr 05 2012]
a(0)=3, a(1)=43, a(n)=17*a(n-1)-16*a(n-2). - Harvey P. Dale, Mar 16 2015
From Jianing Song, Aug 30 2022: (Start)
a(n) = A001045(4*n+3).
a(n) = 10*A141032(n) + 3 = 20*A098704(n+1) + 1 = 40*A131865(n-1) + 1 for n >= 1. (End)
Showing 1-3 of 3 results.