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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144552 Triangular numbers n*(n+1)/2 such that the three numbers n, n+1 and A001222(n)+A001222(n+1) are all composite. 1
45, 105, 120, 231, 300, 325, 378, 561, 595, 630, 741, 780, 990, 1485, 1540, 1596, 1653, 2016, 2080, 2850, 3240, 3321, 3570, 3655, 3741, 3828, 4095, 4371, 4465, 4560, 4851, 6786, 7021, 7381, 7503, 7750, 8256, 8778, 8911, 9045, 9180, 9870, 10011, 10153 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

A001222 := proc(n) numtheory[bigomega](n) ; end: isA144552 := proc(n) if A001222(n) <= 1 or A001222(n+1) <= 1 then RETURN(false) ; fi; if not isprime(A001222(n)+A001222(n+1)) then true; else false; fi; end: for n from 0 to 200 do if isA144552(n) then printf("%d, ", n*(n+1)/2) ; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 03 2009]

CROSSREFS

Cf. A002808, A141468. See A144581 for another version.

Sequence in context: A118090 A063069 A067828 * A068355 A144486 A199351

Adjacent sequences:  A144549 A144550 A144551 * A144553 A144554 A144555

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Dec 31

EXTENSIONS

Edited (and 1596 inserted) by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 03 2009

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jan 08 2009

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 16 17:48 EST 2012. Contains 205939 sequences.