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.

A354576 Variant of A253028 using only odd numbers: a mirror symmetric array of odd numbers where the n-th term is equal to the number of terms in the n-th row of the array.

Original entry on oeis.org

1, 3, 1, 5, 7, 9, 3, 1, 5, 11, 13, 7, 3, 1, 5, 9, 15, 17, 11, 7, 3, 1, 5, 9, 13, 19, 21, 15, 23, 25, 27, 17, 11, 19, 29, 31, 21, 13, 7, 3, 1, 5, 9, 15, 23, 33, 35, 25, 17, 11, 7, 3, 1, 5, 9, 13, 19, 27, 37, 39, 29, 21, 15, 23, 31, 41
Offset: 1

Views

Author

Felix Fröhlich, May 30 2022

Keywords

Comments

See the examples in A253028 for a detailed illustration of how the array is constructed.

Examples

			1.......................1
2.....................3,1,5
3.......................7
4...................9,3,1,5,11
5................13,7,3,1,5,9,15
6.............17,11,7,3,1,5,9,13,19
7................... 21,15,23
8...................... 25
9.................27,17,11,19,29
10.........31,21,13,7,3,1,5,9,15,23,33
11......35,25,17,11,7,3,1,5,9,13,19,27,37
12.............39,29,21,15,23,31,41
		

Crossrefs

Programs

  • PARI
    See Links section.