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.

A044102 Multiples of 36.

Original entry on oeis.org

0, 36, 72, 108, 144, 180, 216, 252, 288, 324, 360, 396, 432, 468, 504, 540, 576, 612, 648, 684, 720, 756, 792, 828, 864, 900, 936, 972, 1008, 1044, 1080, 1116, 1152, 1188, 1224, 1260, 1296, 1332, 1368, 1404, 1440, 1476, 1512, 1548, 1584, 1620, 1656, 1692, 1728
Offset: 0

Views

Author

Keywords

Comments

Also, k such that Fibonacci(k) mod 27 = 0. - Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 18 2004
A033183(a(n)) = n+1. - Reinhard Zumkeller, Nov 07 2009
A122841(a(n)) > 1 for n > 0. - Reinhard Zumkeller, Nov 10 2013
Sum of the numbers from 4*(n-1) to 4*(n+1). - Bruno Berselli, Oct 25 2018

Crossrefs

Programs

Formula

G.f.: 36*x/(1 - x)^2.
a(n) = A167632(n+1). - Reinhard Zumkeller, Nov 07 2009
a(n) = 36*n. - Vincenzo Librandi, Jan 26 2011
From Elmo R. Oliveira, Apr 10 2025: (Start)
E.g.f.: 36*x*exp(x).
a(n) = 18*A005843(n) = 2*A008600(n).
a(n) = 2*a(n-1) - a(n-2). (End)