Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A068513
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A068513 a(0) = 15; for n > 0, a(n) is the smallest triangular number which is a (proper) multiple of a(n-1). +0
1
15, 45, 630, 25200, 32004000, 508031496000, 128015872500032496000, 3670698694547655407496988066168944000, 10302657959650317880463349610273001290502485245258650172717840000 (list; graph; listen)
OFFSET

0,1

COMMENT

Thanks to Dean Hickerson (dean(AT)math.ucdavis.edu) for a very efficient program.

MATHEMATICA

Needs[ NumberTheory`NumberTheoryFunctions`]; pm1[{k_}] := {1, k - 1}; pm1[lst_] := Module[{a, m, v}, a = lst[[1]]; m = Times @@ Rest[lst]; v = pm1[ Rest[lst]]; Union[ ChineseRemainder[{1, #}, {a, m}] & /@ v, ChineseRemainder[{-1, #}, {a, m}] & /@ v]]; nexttri[1] = 3; nexttri[n_] := Module[{s}, s = (pm1[Power @@ # & /@ FactorInteger[4n]]^2 - 1)/8; For[i = 1, True, i++, If[s[[i]] > n, Return[ s[[i]]] ]]]; a[0] = 15; a[n_] := a[n] = nexttri[ a[n - 1]]; Table[ a[n], {n, 0, 8}]

CROSSREFS

Cf. A068776, A068142.

Adjacent sequences: A068510 A068511 A068512 this_sequence A068514 A068515 A068516

Sequence in context: A039450 A127069 A095129 this_sequence A033480 A041434 A136430

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 19 2002

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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research