cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A229236 Palindromic triangular number with palindromic index.

Original entry on oeis.org

1, 3, 6, 66, 3003, 66066, 617716, 3544453, 6172882716, 30416261403, 61728399382716, 66056806460865066, 3549632679762369453, 354963215686512369453, 30416741529792514761403, 35496321045754012369453, 3041674104186814014761403
Offset: 1

Views

Author

Shyam Sunder Gupta, Sep 17 2013

Keywords

Examples

			a(5)=3003 because 3003 is 77th triangular number and 77 is palindrome.
		

Crossrefs

Programs

  • Mathematica
    Select[Table[{n,(n(n+1))/2},{n,10^8}],AllTrue[#,PalindromeQ]&][[;;,2]] (* Harvey P. Dale, Jun 04 2023 *)

Extensions

Previous Mathematica program replaced by Harvey P. Dale, Jun 04 2023