login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088108 a(1)=1, a(n)= least odd triangular number which is a proper multiple of a(n-1). 1
1, 3, 15, 45, 1035, 85905, 1116765, 657774585, 16566052923225, 1679075536205721159675, 5080495373624679083985366566435450475, 61777199356706369989502028371103145170633166772200816412636015025 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) n = 1035; for (j = 1, 8, f = factor(n); m = matsize(f)[1]; a = vector(2^m); count = 0; moz = vector(m, x, [ -1, 0]); forvec(x = moz, count++; r = chinese(Mod(x[1], f[1, 1]^f[1, 2]), Mod(x[2], f[2, 1]^f[2, 2])); for (i = 3, m, r = chinese(r, Mod(x[i], f[i, 1]^f[i, 2]))); a[count] = lift(r)); a = vecsort(a); b = vector(2^m, i, a[i]*(a[i] + 1)/2); i = 3; while (!(b[i]%2), i++); n = b[i])); (Wasserman)

CROSSREFS

Sequence in context: A100737 A178669 A110464 * A163383 A135622 A061316

Adjacent sequences:  A088105 A088106 A088107 * A088109 A088110 A088111

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 24 2003

EXTENSIONS

More terms from Mark Hudson (mrmarkhudson(AT)hotmail.com), Aug 25 2004

3 more terms from David Wasserman (wasserma(AT)spawar.navy.mil), Jul 20 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.