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.

A072196 Multiples of 3 which on one operation of the Collatz function T (N -> 3N+1/2^r) yield the number 5.

Original entry on oeis.org

3, 213, 13653, 873813, 55924053, 3579139413, 229064922453, 14660155037013, 938249922368853, 60047995031606613, 3843071682022823253, 245956587649460688213, 15741221609565484045653, 1007438183012190978921813, 64476043712780222650996053, 4126466797617934249663747413, 264093875047547791978479834453
Offset: 1

Views

Author

N. Rathankar (rathankar(AT)yahoo.com), Jul 03 2002

Keywords

Examples

			(3*3+1)/2=5, (3*213+1)/2^7=5, etc. Thus multiples of 3 act as generators on the numbers in the Collatz domain.
		

Crossrefs

Programs

Formula

a(n) = (10*64^(n-1)-1)/3. - Henry Bottomley, Dec 02 2002 [Formula adapted to a change of offset by Georg Fischer, Apr 10 2024]

Extensions

More terms from Henry Bottomley, Dec 02 2002