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.

A241687 Numbers k such that A035014(k) begins with a 3.

Original entry on oeis.org

3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 19, 24, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 44, 46, 47, 51, 53, 55, 56, 59, 61, 63, 64, 65, 67, 68, 69, 71, 72, 76, 82, 83, 84, 85, 87, 89, 92, 93, 96, 97, 99, 100, 102, 104, 105, 106, 109, 111, 113, 114
Offset: 1

Views

Author

J. Lowell, Apr 27 2014

Keywords

Comments

Numbers k such that A023402(k) = 3.

Examples

			3 is a term of this sequence because A035014(3) = 344 begins with a 3.
		

Crossrefs

Programs

  • PARI
    lista(nn) = {my(v=vector(nn), list=List()); v[1] = 4; for (n=2, nn, v[n] = v[n-1] + 10^(n-1)*(4-(v[n-1]/2^(n-1) % 2)); if (v[n]\10^(n-1) == 3, listput(list, n));); Vec(list);} \\ Michel Marcus, Feb 27 2022

Extensions

More terms from Jon E. Schoenfield, May 05 2014