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!)
A172100 Diagonal of the 26 X 26 Caesar Shift table. 0
3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Wikipedia, Caesar cipher
FORMULA
a(n) = 1 + (2*n mod 26).
MATHEMATICA
Clear[a, n, m];
a = Table[1 + Mod[n + m, 26], {m, 1, 26}, {n, 1, 26}];
Table[a[[n, n]], {n, 1, Length[a]}]
CROSSREFS
Sequence in context: A137803 A059533 A189397 * A064679 A081874 A165747
KEYWORD
nonn,less,fini,full
AUTHOR
Roger L. Bagula, Jan 25 2010
EXTENSIONS
Keywords added, spelling corrected by the Assoc. Editors of the OEIS, Feb 02 2010
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)