Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088108
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088108 a(1)=1, a(n)= least odd triangular number which is a proper multiple of a(n-1). +0
2
1, 3, 15, 45, 1035, 85905, 1116765, 657774585, 16566052923225, 1679075536205721159675, 5080495373624679083985366566435450475, 61777199356706369989502028371103145170633166772200816412636015025 (list; graph; listen)
OFFSET

1,2

PROGRAM

(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: A100747 A100737 A110464 this_sequence A163383 A135622 A061316

Adjacent sequences: A088105 A088106 A088107 this_sequence 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

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research