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.

A077348 a(n) = A077346(n)^(1/2).

Original entry on oeis.org

1, 5, 15, 6, 18, 19, 2, 7, 20, 21, 23, 24, 71, 72, 73, 8, 25, 26, 78, 79, 80, 27, 28, 84, 85, 86, 87, 88, 9, 29, 90, 91, 92, 93, 94, 283, 3, 30, 31, 95, 96, 97, 98, 99, 300, 10, 32, 33, 100, 101, 102, 103, 104, 317, 318, 34, 105, 106, 107, 108, 109, 332, 333, 334, 335, 336
Offset: 1

Views

Author

Amarnath Murthy, Nov 05 2002

Keywords

Examples

			Triangle begins:
   1;
   5, 15;
   6, 18, 19;
   2,  7, 20, 21;
  23, 24, 71, 72, 73;
  ...
		

Crossrefs

Programs

  • PARI
    row(n) = my(list=List(), k=1); while (#list != n, if (strsplit(Str(k^2), Str(n))[1] == "", listput(list, k)); k++); Vec(list); \\ Michel Marcus, Feb 08 2023

Extensions

More terms from Michel Marcus, Feb 08 2023