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!)
A111484 Triangular numbers all of whose digits are nonprimes. 0
0, 1, 6, 10, 66, 91, 190, 406, 496, 666, 861, 946, 990, 1081, 1891, 4186, 6441, 8001, 8646, 8911, 9180, 10011, 10440, 14196, 16110, 19110, 19900, 40186, 41041, 41616, 49141, 64980, 66066, 69006, 80601, 81406, 81810, 84666, 88410, 90100, 91806 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(Perl) my $n = 0, $t = 0, $i = 0;
for (; $n < 6293912; $n++, $t += $n) {
if ($t =~ m/^[014689]+$/) {
$i++;
print("$i $t\n");
}
} # Charles R Greathouse IV, Dec 17 2010
CROSSREFS
Sequence in context: A136847 A250106 A230827 * A119041 A105157 A166386
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Nov 15 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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)