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!)
A056794 Numbers n such that n*(n-1) is an oblong (promic, A002378) palindrome. 0
1, 2, 3, 17, 78, 539, 1622, 2458, 5292, 5314, 52009, 142402, 143499, 1610152, 1713544, 4670029, 5218984, 15137567, 15282412, 15814149, 47370059, 50702752, 142594227, 166691109, 1694576062, 2554554553, 25541432473, 47878213559, 77714915543 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[c=RealDigits[n*(n-1)][[1]]; If[c=Reverse[c], Print[n]], {n, 1, 10^8}]
PROG
(PARI) is(n)=my(d=digits(n^2-n)); d==Vecrev(d) \\ Charles R Greathouse IV, Mar 16 2022
CROSSREFS
Cf. A002378.
Sequence in context: A220703 A342547 A245799 * A135726 A164816 A259535
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Aug 21 2000
EXTENSIONS
More terms from Sean A. Irvine, May 09 2022
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)