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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066751 Triangular numbers whose reverse is prime. 2
3, 91, 136, 325, 703, 1081, 1378, 1711, 3655, 11026, 11476, 13861, 18145, 18721, 36046, 70876, 75466, 76636, 79003, 92665, 99235, 107416, 108811, 110215, 118828, 123256, 130816, 137026, 140185, 158203, 166753, 173755, 186355, 303031, 310078 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) Rev(x)= { local(d, r=0); while (x>0, d=x%10; x\=10; r=r*10 + d); return(r) } { n=0; for (m=1, 10^10, t=m*(m + 1)/2; if (t%10 && isprime(Rev(t)), write("b066751.txt", n++, " ", t); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Mar 21 2010]

CROSSREFS

Sequence in context: A053996 A203477 A115704 * A115886 A041439 A156754

Adjacent sequences:  A066748 A066749 A066750 * A066752 A066753 A066754

KEYWORD

easy,nonn,base

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jan 16 2002

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 14 18:33 EST 2012. Contains 205663 sequences.