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.

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