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!)
A373329 a(n)^2 is the greatest square not exceeding A000217(n^2). 2
0, 1, 3, 6, 11, 18, 25, 35, 45, 57, 71, 85, 102, 119, 138, 159, 181, 204, 229, 255, 283, 312, 342, 374, 407, 442, 478, 515, 554, 595, 636, 679, 724, 770, 817, 866, 916, 968, 1021, 1075, 1131, 1189, 1247, 1307, 1369, 1432, 1496, 1562, 1629, 1698, 1768, 1839, 1912 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A061288(n^2). - Alois P. Heinz, Jun 01 2024
MAPLE
a:= n-> floor(sqrt((t-> t*(t+1)/2)(n^2))):
seq(a(n), n=0..52); # Alois P. Heinz, Jun 01 2024
MATHEMATICA
Array[Floor@ Sqrt[(#^4 + #^2)/2] &, 53, 0] (* Michael De Vlieger, Jun 02 2024 *)
PROG
(PARI) a(n) = sqrtint((n^4+n^2)/2)
CROSSREFS
Sequence in context: A084576 A024667 A363056 * A025210 A340648 A140126
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Jun 01 2024
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 July 19 14:41 EDT 2024. Contains 374410 sequences. (Running on oeis4.)