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.

A090411 Expansion of g.f. (1-x)/(1-16*x).

Original entry on oeis.org

1, 15, 240, 3840, 61440, 983040, 15728640, 251658240, 4026531840, 64424509440, 1030792151040, 16492674416640, 263882790666240, 4222124650659840, 67553994410557440, 1080863910568919040, 17293822569102704640, 276701161105643274240, 4427218577690292387840
Offset: 0

Views

Author

Paul Barry, Nov 30 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 15*16^(n-1) + 0^n/16.
a(n) = Sum_{j=0..3, Sum_{k=0..n, C(4*n+j, 4*k)}}.
a(n) = (A070775(n) + A090407(n) + A001025(n) + A090408(n))/4.
From Elmo R. Oliveira, Mar 25 2025: (Start)
E.g.f.: (15*exp(16*x) + 1)/16.
a(n) = 16*a(n-1) for n > 1. (End)