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!)
A109750 Admirable triangular numbers. 0
66, 78, 120, 4095, 491536, 523776 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further term between 523776 and 4050045000. - R. J. Mathar, Feb 11 2008
a(7) > 10^20, if it exists. - Amiram Eldar, Aug 05 2023
LINKS
FORMULA
A111592 INTERSECT A000217. - R. J. Mathar, Feb 11 2008
EXAMPLE
a(1) = 66 because 11*(11+1)/2 = 66 and 1+2+3+11+22+33-6 = 66.
MATHEMATICA
admQ[n_] := (ab = DivisorSigma[1, n] - 2 n) > 0 && EvenQ[ab] && ab/2 < n && Divisible[n, ab/2]; Select[Accumulate[Range[1024]], admQ] (* Amiram Eldar, Aug 05 2023 *)
CROSSREFS
Sequence in context: A121478 A330809 A128896 * A127654 A293175 A032485
KEYWORD
nonn,more
AUTHOR
Jason Earls, Aug 11 2005
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)