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.

A271468 List of indices i such that A269347(3*i) != 3*(i^2 + 1).

Original entry on oeis.org

1, 5, 10, 15, 17, 20, 25, 28, 30, 34, 35, 37, 40, 45, 50, 51, 55, 56, 60, 65, 68, 70, 74, 75, 80, 82, 84, 85, 90, 95, 100, 102, 105, 106, 110, 111, 112, 115, 119, 120, 122, 125, 130, 135, 136, 140, 145, 148, 150, 153, 155, 160, 164, 165, 168, 170, 175, 180
Offset: 1

Views

Author

Peter Kagey, Apr 08 2016

Keywords

Comments

Equivalently, this sequences is a list of indices i such that A271328(i) != i^2 + 1.
If k is in A271328, then k is in this sequence.
All multiples of a(k) are in the sequence for k > 1.

Examples

			A269347(3*1) = 3 != 3*(1^2 + 1) = 6 so 1 is in the sequence.
A269347(3*2) = 15 = 3*(2^2 + 1) so 2 is not in the sequence.
A269347(3*3) = 30 = 3*(3^2 + 1) so 3 is not in the sequence.
A269347(3*4) = 51 = 3*(4^2 + 1) so 4 is not in the sequence.
A269347(3*5) = 84 != 3*(5^2 + 1) = 78 so 5 is in the sequence.