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.

Showing 1-4 of 4 results.

A032550 Quotient of 'base-7' division described in A032549.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 8, 8, 11, 12, 12, 16, 16, 15, 17, 16, 16, 16, 17, 22, 23, 24, 24, 24, 34, 34, 31, 35, 34, 34, 48, 50, 67
Offset: 1

Views

Author

Patrick De Geest, Apr 15 1998

Keywords

Crossrefs

Cf. A032548, A032549. See also A032532 for explanation.

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Sep 27 2000
The next term has an A032549 value > 2.4*10^11
Offset changed to 1 by Jinyuan Wang, Sep 04 2021

A062943 When expressed in base 7 and then interpreted in base 9, is a multiple of the original number.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 426, 428, 452, 880, 906, 932, 1360, 7687134, 53809938, 2571412221, 2582875882, 5016909933, 5154289245, 7736157463, 7748731389, 39728612701, 109634280128, 116779253264, 198109784526, 233617301990, 480974817878, 1011847148845, 1432434922737
Offset: 1

Views

Author

Erich Friedman, Jul 21 2001

Keywords

Comments

The terms I added (including those in the b-file) are all the remaining ones < 10^30. They have been computed by essentially using ideas from Giovanni Resta. - Dimiter Skordev, Jan 26 2020

Examples

			426 in base 7 is 1146, which interpreted in base 9 is 852=2*426.
		

Crossrefs

Cf. A032549.

Programs

  • Mathematica
    Join[{0},Select[Range[1400],Divisible[FromDigits[IntegerDigits[#,7],9],#]&]] (* Harvey P. Dale, Mar 29 2012 *)

Extensions

More terms from Naohiro Nomoto, Aug 07 2001
a(16) and beyond from Dimiter Skordev, Jan 25 2020

A062944 Numbers k that, when expressed in base 7 and then interpreted in base 10, give a multiple of k.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 51, 102, 105, 153, 156, 207, 210, 258, 261, 312, 315, 2589, 2590, 2601, 2753, 5354, 5355, 5506, 8108, 8259, 8260, 10861, 11013, 11025, 13614, 13615, 13626, 13766, 13778, 16379, 16380, 16531, 33045
Offset: 1

Views

Author

Erich Friedman, Jul 21 2001

Keywords

Comments

Zero followed by A032549. [From R. J. Mathar, Oct 02 2008]
There are only 47 terms up to 10 million, the largest of which is 7581525. - Harvey P. Dale, Jul 09 2016

Examples

			51 in base 7 is 102, which interpreted in base 10 is 102=2*51
		

Crossrefs

Programs

  • Mathematica
    Join[{0},Select[Range[35000],Divisible[FromDigits[IntegerDigits[ #,7]], #]&]] (* Harvey P. Dale, Jul 09 2016 *)

Extensions

Offset changed to 1 by Georg Fischer, Mar 13 2023

A032548 Integer part of decimal 'base-7 looking' numbers divided by their actual base-7 values.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2
Offset: 1

Views

Author

Patrick De Geest, Apr 15 1998

Keywords

Crossrefs

Cf. A007093, A032549, A032550. See also A032532 for explanation.

Programs

Formula

a(n) = floor(A007093(n)/n). - Antti Karttunen, Jan 01 2019

Extensions

Offset corrected by Antti Karttunen, Jan 01 2019
Showing 1-4 of 4 results.