login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077348 a(n) = A077346(n)^(1/2). 3
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 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Triangle begins:
1;
5, 15;
6, 18, 19;
2, 7, 20, 21;
23, 24, 71, 72, 73;
...
PROG
(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
CROSSREFS
Sequence in context: A290528 A161202 A154353 * A290829 A290837 A302841
KEYWORD
base,easy,nonn,tabl
AUTHOR
Amarnath Murthy, Nov 05 2002
EXTENSIONS
More terms from Michel Marcus, Feb 08 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)