The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A071987 225 written in base 15-n. 0

%I #21 Mar 11 2020 03:22:29

%S 100,121,144,169,195,225,270,341,441,1013,1400,3201,22100,11100001

%N 225 written in base 15-n.

%C Interesting because the beginning is so close to a sequence of perfect squares to base ten. Only 195 is different; it would be 196 in a sequence of perfect squares.

%e a(0) = 100 because we can write 225 = 100 (base 15).

%p seq((l-> parse(cat(seq(l[-i], i=1..nops(l)))))(convert(

%p 225, base, 15-n)), n=0..13); # _Alois P. Heinz_, Mar 10 2020

%t Array[FromDigits@ IntegerDigits[225, 15 - #] &, 14, 0] (* _Michael De Vlieger_, Mar 10 2020 *)

%o (PARI) a(n) = fromdigits(digits(225, 15-n));

%o vector(14, n, a(n-1)) \\ _Michel Marcus_, Mar 11 2020

%K base,fini,full,nonn

%O 0,1

%A Philip R. Turner (Phil.Turner(AT)cern.ch), Jun 17 2002

%E a(13) corrected by _Alois P. Heinz_, Mar 10 2020

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 June 8 02:28 EDT 2024. Contains 373206 sequences. (Running on oeis4.)