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!)
A061900 Triangular numbers that are not squarefree. 2
28, 36, 45, 120, 136, 153, 171, 276, 300, 325, 351, 378, 496, 528, 630, 666, 780, 820, 990, 1035, 1128, 1176, 1225, 1275, 1431, 1485, 1540, 1596, 1953, 2016, 2080, 2556, 2628, 2775, 2850, 3160, 3240, 3321, 3828, 3916, 4005, 4095, 4560, 4656, 4753, 4851 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
36 and 45 are triangular numbers (A000217) and are not squarefree: 36 = (2^2)(3^2), 45 = (3^2)(5).
PROG
(PARI) { n=t=0; for (i=1, 1926, t+=i; if (!issquarefree(t), write("b061900.txt", n++, " ", t)) ) } \\ Harry J. Smith, Jul 28 2009
CROSSREFS
Sequence in context: A167308 A303261 A168106 * A048023 A359529 A105710
KEYWORD
nonn
AUTHOR
Asher Auel, May 20 2001
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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)