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.

A236432 a(n) = (2n-1)*210; numbers which are 210 times an odd number.

Original entry on oeis.org

210, 630, 1050, 1470, 1890, 2310, 2730, 3150, 3570, 3990, 4410, 4830, 5250, 5670, 6090, 6510, 6930, 7350, 7770, 8190, 8610, 9030, 9450, 9870, 10290, 10710, 11130, 11550, 11970, 12390, 12810, 13230, 13650, 14070, 14490, 14910, 15330, 15750, 16170, 16590, 17010
Offset: 1

Views

Author

Antti Karttunen, Jan 25 2014

Keywords

Comments

This is a subsequence of A235921, from which it differs for the first time at n = 1062348, where a(n) = ((2*1062348)-1)*210 = 446185950, while A235921(n) = 446185740.

Crossrefs

Cf. A235921.

Programs

Formula

a(n) = (2n-1) * 210 = 420*n - 210.
For all n, A236454(a(n)) = 8, while A053669(a(n)) >= 11. [Cf. comments at A235921]