Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076170
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076170 Triangular numbers whose largest proper divisor is also triangular. +0
1
1, 3, 6, 45, 210, 7140, 122265, 242556, 1702935, 8239770, 279909630, 4601330415, 9508687656, 64088265153, 323015470680, 10973017315470, 173166468725253, 372759573255306, 2411897769074475 (list; graph; listen)
OFFSET

1,2

COMMENT

No more terms < 10^16. - David Wasserman (wasserma(AT)spawar.navy.mil), Apr 05 2005

PROGRAM

(PARI) isTriang(n) = local(x); x = sqrtint(2*n); n == x*(x + 1)/2; i = 1; n = 1; while(1, i++; n += i; f = factor(n); if (isTriang(n/f[1, 1]), print(n))); (Wasserman)

CROSSREFS

Sequence in context: A133005 A009581 A088674 this_sequence A137775 A038050 A032322

Adjacent sequences: A076167 A076168 A076169 this_sequence A076171 A076172 A076173

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Nov 01 2002

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Apr 05 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research