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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128880 Triangular numbers congruent to 1 or 5 mod 6. 0
1, 55, 91, 253, 325, 595, 703, 1081, 1225, 1711, 1891, 2485, 2701, 3403, 3655, 4465, 4753, 5671, 5995, 7021, 7381, 8515, 8911, 10153, 10585, 11935, 12403, 13861, 14365, 15931, 16471, 18145, 18721, 20503, 21115, 23005, 23653, 25651, 26335, 28441 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Or, except for the first term, triangular numbers the least prime factor of which is >=5.

FORMULA

a(1)=Tr(1), a(2)=Tr(10), where Tr(k)=k(k+1)/2 is triangular number; for n>=3 a(n)=Tr(k(n)), where k(n)=k(n-2)+12 with k(1)=1, k(2)=10.

MATHEMATICA

c=0; Do[tr=n(n+1)/2; If[Abs[Mod[tr, 6]]==1, c++; a[c]=tr], {n, 300}]; Table[a[i], {i, c}]

CROSSREFS

Cf. A000217, A007310.

Sequence in context: A111192 A063873 A063131 * A039596 A013543 A115377

Adjacent sequences:  A128877 A128878 A128879 * A128881 A128882 A128883

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Apr 18 2007, Apr 25 2007

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 15 09:49 EST 2012. Contains 205763 sequences.